Partilhar via


Propriedade do RDL IdentifierLiteral.QuoteType

Gets or sets the quote type.

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

Sintaxe

'Declaração
Public Property QuoteType As QuoteType 
    Get 
    Set
'Uso
Dim instance As IdentifierLiteral 
Dim value As QuoteType 

value = instance.QuoteType

instance.QuoteType = value
public QuoteType QuoteType { get; set; }
public:
property QuoteType QuoteType {
    QuoteType get ();
    void set (QuoteType value);
}
member QuoteType : QuoteType with get, set
function get QuoteType () : QuoteType 
function set QuoteType (value : QuoteType)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType
The quote type.

Consulte também

Referência

IdentifierLiteral Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom