Parent Propiedad
Obtiene o establece el almacén primario al que pertenece este conjunto de recopilación.
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
Un objeto CollectorConfigStore que identifica el almacén primario para el conjunto de colección.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también