Partager via


Propriété ParameterInfo.ID

Gets the identifier of the ParameterInfo object which is a 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 ParameterInfo 
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 identifier of the specified object which is a GUID.

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime