Freigeben über


ConnectionManagerExcelClass.FirstRowHasColumnName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets a Boolean that indicates whether the first contains the column name.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable Property FirstRowHasColumnName As Boolean 
    Get 
    Set
'Usage
Dim instance As ConnectionManagerExcelClass 
Dim value As Boolean 

value = instance.FirstRowHasColumnName

instance.FirstRowHasColumnName = value
public virtual bool FirstRowHasColumnName { get; set; }
public:
virtual property bool FirstRowHasColumnName {
    bool get ();
    void set (bool value);
}
abstract FirstRowHasColumnName : bool with get, set 
override FirstRowHasColumnName : bool with get, set
function get FirstRowHasColumnName () : boolean 
function set FirstRowHasColumnName (value : boolean)

Eigenschaftswert

Typ: System.Boolean
true if the first row contains the column name; otherwise, false.

Implementiert

IDTSConnectionManagerExcel100.FirstRowHasColumnName

Hinweise

For more information, see ConnectionManager.

Siehe auch

Verweis

ConnectionManagerExcelClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace