Partager via


Propriété ConnectionManagerExcelClass.FirstRowHasColumnName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable Property FirstRowHasColumnName As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Implémente

IDTSConnectionManagerExcel100.FirstRowHasColumnName

Notes

For more information, see ConnectionManager.

Voir aussi

Référence

ConnectionManagerExcelClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper