共用方式為


Id 屬性

Gets the Guid value that uniquely identifies the DAC instance.

命名空間:  Microsoft.SqlServer.Management.Dac
組件:  Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property Id As Guid
    Get
    Friend Set
'用途
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)

屬性值

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