Id プロパティ
DAC インスタンスを一意に識別する Guid 値を取得します。
名前空間: 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
DacInstance オブジェクトを一意に識別する Guid システム値です。