IDTSConnectionManagerExcel100.FirstRowHasColumnName Property
This API supports the 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