Compartir a través de


ParameterInfo.CreationName Propiedad

Gets the name used to create the ParameterInfo object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property CreationName As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime