Condividi tramite


Proprietà CollectionSet.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public Property Parent As CollectorConfigStore 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

CollectionSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector