Condividi tramite


Proprietà XmlNamespacesElement.String

Ottiene o imposta un valore letterale che può essere una stringa.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property String As Literal
    Get
    Set
public Literal String { get; set; }
public:
property Literal^ String {
    Literal^ get ();
    void set (Literal^ value);
}
member String : Literal with get, set
function get String () : Literal
function set String (value : Literal)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sicurezza di .NET Framework

Vedere anche

Riferimenti

XmlNamespacesElement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql