Compartir a través de


ID Propiedad

Obtiene el valor de identificador que identifica de forma única el servicio de Service Broker.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ID As Integer
    Get
'Uso
Dim instance As BrokerService
Dim value As Integer

value = instance.ID
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int ID { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int ID {
    int get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ID : int
function get ID () : int

Valor de la propiedad

Tipo: System. . :: . .Int32
Valor Int32 que especifica el valor de identificador que identifica de forma inequívoca el servicio de Service Broker.