XmlNamespacesElement.String 属性

Gets a literal that can be a 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
A literal that can be a string.

请参阅

参考

XmlNamespacesElement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间