Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.