Condividi tramite


DeployedDac.Id Proprietà

Definizione

Ottiene il valore ID che identifica in modo univoco l'oggetto DeployedDac.

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

Valore della proprietà

Valore Int32 che specifica il valore ID che identifica l'oggetto DeployedDac.

Attributi

Esempio

VC #

System.Console.WriteLine(deployedDac.Id);  

VB

System.Console.WriteLine(deployedDac.Id)  

PowerShell

Write-Host $deployedDac.Id   

Si applica a