共用方式為


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 命名空間