Compartilhar via


Propriedade do RDL XmlNamespacesElement.String

Gets a literal that can be a string.

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

Sintaxe

'Declaração
Public Property String As StringLiteral 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
A literal that can be a string.

Consulte também

Referência

XmlNamespacesElement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom