IdentifierLiteral.QuoteType プロパティ
引用符の種類を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property QuoteType As QuoteType
Get
Set
'使用
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)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.QuoteType
引用符の種類。