Partager via


Propriété ParameterInfo.CreationName

Gets the name used to create the ParameterInfo object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CreationName As String 
    Get
'Utilisation
Dim instance As ParameterInfo 
Dim value As String 

value = instance.CreationName
public string CreationName { get; }
public:
property String^ CreationName {
    String^ get ();
}
member CreationName : string
function get CreationName () : String

Valeur de propriété

Type : System.String
The name used to create the ParameterInfo object.

Voir aussi

Référence

ParameterInfo Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime