Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of a newly created IDTSInputColumn100 column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Property NewName As String
Get
Set
'Usage
Dim instance As IDTSVirtualInputColumn100
Dim value As String
value = instance.NewName
instance.NewName = value
string NewName { get; set; }
property String^ NewName {
String^ get ();
void set (String^ value);
}
abstract NewName : string with get, set
function get NewName () : String
function set NewName (value : String)
Eigenschaftswert
Typ: System.String
The name assigned to the newly created input column.
Hinweise
This property contains the name assigned to the newly created input column when SetUsageType results in a new input column. It cannot be set if the new column has not been created.