Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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)
Property Value
Type: System.Boolean
true if the first row contains the column name; otherwise, false.
Implements
IDTSConnectionManagerExcel100.FirstRowHasColumnName
Remarks
For more information, see ConnectionManager.