Share via


IDTSConnectionManagerExcel100.FirstRowHasColumnName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManagerExcelClass.

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

Syntax

'Declaration
Property FirstRowHasColumnName As Boolean 
    Get 
    Set
'Usage
Dim instance As IDTSConnectionManagerExcel100 
Dim value As Boolean 

value = instance.FirstRowHasColumnName

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

Property Value

Type: System.Boolean

See Also

Reference

IDTSConnectionManagerExcel100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace