Parent 属性
获取或设置此收集组所属的父存储区。
命名空间: Microsoft.SqlServer.Management.Collector
程序集: Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)
语法
声明
Public Property Parent As CollectorConfigStore
Get
Set
用法
Dim instance As CollectionSet
Dim value As CollectorConfigStore
value = instance.Parent
instance.Parent = value
public CollectorConfigStore Parent { get; set; }
public:
property CollectorConfigStore^ Parent {
CollectorConfigStore^ get ();
void set (CollectorConfigStore^ value);
}
member Parent : CollectorConfigStore with get, set
function get Parent () : CollectorConfigStore
function set Parent (value : CollectorConfigStore)
属性值
类型:Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
一个 CollectorConfigStore 对象,该对象标识此收集组的父存储区。
注释
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.