Propriété Parameter.ID
Gets the identifier of the Parameter object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property ID As String
Get
'Utilisation
Dim instance As Parameter
Dim value As String
value = instance.ID
public abstract string ID { get; }
public:
virtual property String^ ID {
String^ get () abstract;
}
abstract ID : string
abstract function get ID () : String
Valeur de propriété
Type : System.String
The identifier of the specified object.