Свойство ParameterClass.Name

Gets or sets the name of the ParameterClass object.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Overridable Property Name As String 
    Get 
    Set
'Применение
Dim instance As ParameterClass 
Dim value As String 

value = instance.Name

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

Значение свойства

Тип: System.String
The name of the ParameterClass object.

Реализует

IDTSName100.Name

См. также

Справочник

ParameterClass Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper