ID propriété
The GUID assigned to the EventInfo. This field is read-only.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ID As String
Get
'Utilisation
Dim instance As EventInfo
Dim value As String
value = instance.ID
public string ID { get; }
public:
virtual property String^ ID {
String^ get () sealed;
}
abstract ID : string
override ID : string
final function get ID () : String
Valeur de la propriété
Type : System. . :: . .String
A String that contains the unique GUID assigned to this EventInfo.
Implémente
Voir aussi