Condividi tramite


Proprietà Parameter.Name

Gets or sets the name of the Parameter object.

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

Sintassi

'Dichiarazione
Public MustOverride Property Name As String 
    Get 
    Set
'Utilizzo
Dim instance As Parameter 
Dim value As String 

value = instance.Name

instance.Name = value
public abstract string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () abstract;
    void set (String^ value) abstract;
}
abstract Name : string with get, set
abstract function get Name () : String 
abstract function set Name (value : String)

Valore proprietà

Tipo: System.String
The name of the specified object.

Implementa

IDTSName.Name

Vedere anche

Riferimento

Parameter Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime