Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.