Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.