Udostępnij za pośrednictwem


Właściwość IDTSObject100.Name

Pobiera lub ustawia nazwę IDTSObject100 obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
Property Name As String
    Get
    Set
'Użycie
Dim instance As IDTSObject100
Dim value As String

value = instance.Name

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

Wartość właściwości

Typ: System.String
Nazwa IDTSObject100.