DeployedDac.Id Property

Definition

Gets the ID value that uniquely identifies the DeployedDac object.

public:
 property int Id { int get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)]
public int Id { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcPropertyFlags.Data)>]
member this.Id : int
Public ReadOnly Property Id As Integer

Property Value

A Int32 value that specifies the ID value identifying the DeployedDac object.

Attributes

Examples

VC#

System.Console.WriteLine(deployedDac.Id);  

VB

System.Console.WriteLine(deployedDac.Id)  

PowerShell

Write-Host $deployedDac.Id   

Applies to