Propriété Project.ID
Gets the project ID, which is GUID.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ID As String
Get
'Utilisation
Dim instance As Project
Dim value As String
value = instance.ID
public string ID { get; }
public:
property String^ ID {
String^ get ();
}
member ID : string
function get ID () : String
Valeur de propriété
Type : System.String
The project ID.