Id Propiedad

Obtiene el identificador local 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
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public Property Id As Integer
    Get
    Private Set
'Uso
Dim instance As CollectionSet
Dim value As Integer

value = instance.Id
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public int Id { get; private set; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property int Id {
    int get ();
    private: void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Id : int with get, private set
function get Id () : int
private function set Id (value : int)

Valor de la propiedad

Tipo: System. . :: . .Int32
Valor Int32 que es el identificador.

Comentarios

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