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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.