Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets the name used to create the Parameter object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CreationName As String
Get
'Usage
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
Property Value
Type: System.String
The name used to create the specified object.