Właściwość IDTSOutputColumn100.Name
Pobiera lub ustawia wartość ciąg, który zawiera nazwę IDTSOutputColumn100.
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 IDTSOutputColumn100
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ę kolumna wyprowadzenia.