Sdílet prostřednictvím


ParameterInfo.CreationName Property

Gets the name used to create the ParameterInfo object.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Property CreationName As String 
    Get
'Usage
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

Property Value

Type: System.String
The name used to create the ParameterInfo object.

See Also

Reference

ParameterInfo Class

Microsoft.SqlServer.Dts.Runtime Namespace