DacInstance.Id Property

Gets the Guid value that uniquely identifies the DAC instance.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property Id As Guid
    Get
    Friend Set
'Usage
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)

Property Value

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

See Also

Reference

DacInstance Class

Microsoft.SqlServer.Management.Dac Namespace