Identifier.QuoteType プロパティ
引用符の種類を取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property QuoteType As QuoteType
'使用
Dim instance As Identifier
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);
}
public function get QuoteType () : QuoteType
public function set QuoteType (value : QuoteType)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.QuoteType
QuoteType 列挙値を返します。