Share via


Parameter.CreationName Property

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.

Implements

IDTSName.CreationName

See Also

Reference

Parameter Class

Microsoft.SqlServer.Dts.Runtime Namespace