StatementWithCtesAndXmlNamespaces.WithCtesAndXmlNamespaces プロパティ
WITH common_table_expression 句と WITH XMLNAMESPACES 句を取得または設定します。 省略可能。nullNULL 参照 (Visual Basic では Nothing) も許可されます。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property WithCtesAndXmlNamespaces As WithCtesAndXmlNamespaces
Get
Set
'使用
Dim instance As StatementWithCtesAndXmlNamespaces
Dim value As WithCtesAndXmlNamespaces
value = instance.WithCtesAndXmlNamespaces
instance.WithCtesAndXmlNamespaces = value
public WithCtesAndXmlNamespaces WithCtesAndXmlNamespaces { get; set; }
public:
property WithCtesAndXmlNamespaces^ WithCtesAndXmlNamespaces {
WithCtesAndXmlNamespaces^ get ();
void set (WithCtesAndXmlNamespaces^ value);
}
member WithCtesAndXmlNamespaces : WithCtesAndXmlNamespaces with get, set
function get WithCtesAndXmlNamespaces () : WithCtesAndXmlNamespaces
function set WithCtesAndXmlNamespaces (value : WithCtesAndXmlNamespaces)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.WithCtesAndXmlNamespaces
WITH common_table_expression 句と WITH XMLNAMESPACES 句。