XmlNamespacesElement.String Property

 

Applies To: SQL Server 2016 Preview

Gets a literal that can be a string.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public StringLiteral String { get; set; }
public:
property StringLiteral^ String {
    StringLiteral^ get();
    void set(StringLiteral^ value);
}
member String : StringLiteral with get, set
Public Property String As StringLiteral

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral

A literal that can be a string.

See Also

XmlNamespacesElement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top