Compartir a través de


CollectionSet.Parent Propiedad

Gets or sets the parent store that this collection set belongs to.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Property Parent As CollectorConfigStore 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Collector.CollectorConfigStore
A CollectorConfigStore object that identifies the parent store for the collection set.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Vea también

Referencia

CollectionSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector