Condividi tramite


Proprietà OpenXmlTableSource.RowPattern

Ottiene o imposta il pattern che identifica i nodi.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property RowPattern As Literal
    Get
    Set
public Literal RowPattern { get; set; }
public:
property Literal^ RowPattern {
    Literal^ get ();
    void set (Literal^ value);
}
member RowPattern : Literal with get, set
function get RowPattern () : Literal
function set RowPattern (value : Literal)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OpenXmlTableSource Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql