Propriété Parameter.CreationName
Gets the name used to create 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 CreationName As String
Get
'Utilisation
Dim instance As Parameter
Dim value As String
value = instance.CreationName
public abstract string CreationName { get; }
public:
virtual property String^ CreationName {
String^ get () abstract;
}
abstract CreationName : string
abstract function get CreationName () : String
Valeur de propriété
Type : System.String
The name used to create the specified object.