次の方法で共有


XmlNamespacesElement.String プロパティ

文字列を指定できるリテラルを取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property String As StringLiteral 
    Get 
    Set
'使用
Dim instance As XmlNamespacesElement 
Dim value As StringLiteral 

value = instance.String

instance.String = value
public StringLiteral String { get; set; }
public:
property StringLiteral^ String {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member String : StringLiteral with get, set
function get String () : StringLiteral 
function set String (value : StringLiteral)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
文字列を指定できるリテラル。

関連項目

参照

XmlNamespacesElement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間