Condividi tramite


Proprietà VariableClass.CreationName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the string that the runtime engine gives when it creates an instance of the VariableClass object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property CreationName As String 
    Get
'Utilizzo
Dim instance As VariableClass 
Dim value As String 

value = instance.CreationName
public virtual string CreationName { get; }
public:
virtual property String^ CreationName {
    String^ get ();
}
abstract CreationName : string 
override CreationName : string
function get CreationName () : String

Valore proprietà

Tipo: System.String
A string that contains the name.

Implementa

IDTSName100.CreationName

Vedere anche

Riferimento

VariableClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper