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.
Gets or sets the pattern that identifies the nodes.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property RowPattern As ValueExpression
Get
Set
'Usage
Dim instance As OpenXmlTableReference
Dim value As ValueExpression
value = instance.RowPattern
instance.RowPattern = value
public ValueExpression RowPattern { get; set; }
public:
property ValueExpression^ RowPattern {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member RowPattern : ValueExpression with get, set
function get RowPattern () : ValueExpression
function set RowPattern (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The pattern that identifies the nodes.