Udostępnij przez


Właściwość IDTSCustomProperty100.Name

Pobiera lub ustawia nazwę IDTSCustomProperty100 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 IDTSCustomProperty100
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
A ciąg zawiera nazwę IDTSCustomProperty100 obiektu.

Implementacje

IDTSObject100.Name

Uwagi

Name Właściwość identyfikuje IDTSCustomProperty100 w SSIS Projektant i umożliwia również dostęp do właściwości w IDTSCustomPropertyCollection100 kolekcja.