Dela via


OpenXmlTableSource.RowPattern Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property RowPattern As Literal
'Usage
Dim instance As OpenXmlTableSource 
Dim value As Literal 

value = instance.RowPattern

instance.RowPattern = value
public Literal RowPattern { get; set; }
public:
property Literal^ RowPattern {
    Literal^ get ();
    void set (Literal^ value);
}
public function get RowPattern () : Literal 
public function set RowPattern (value : Literal)

Property Value

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

.NET Framework Security

See Also

Reference

OpenXmlTableSource Class

OpenXmlTableSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace