State Propiedad
Obtiene el estado del 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 ReadOnly Property State As SfcObjectState
Get
'Uso
Dim instance As CollectionSet
Dim value As SfcObjectState
value = instance.State
public SfcObjectState State { get; }
public:
property SfcObjectState State {
SfcObjectState get ();
}
member State : SfcObjectState
function get State () : SfcObjectState
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectState
Devuelve el estado actual del conjunto de recopilación, que se está ejecutando o se ha detenido.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también