Właściwość DacInstance.Id
Pobiera Guid wartość, która jednoznacznie identyfikuje wystąpienie DAC.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute> _
Public Property Id As Guid
Get
Friend Set
'Użycie
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)
Wartość właściwości
Typ: System.Guid
A Guid wartość systemu, który unikatowo identyfikuje DacInstance obiektu.