Compartir a través de


Id Propiedad

Gets the Guid value that uniquely identifies the DAC instance.

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

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property Id As Guid
    Get
    Friend Set
'Uso
Dim instance As DacInstance
Dim value As Guid

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

Valor de la propiedad

Tipo: System. . :: . .Guid
A Guid system value that uniquely identifies the DacInstance object.