SqlScriptProperty.QuotedIdentifiers 屬性

取得指令碼的 QuotedIdentifiers 設定。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public ReadOnly Property QuotedIdentifiers As Nullable(Of Boolean)
    Get
public Nullable<bool> QuotedIdentifiers { get; }
public:
property Nullable<bool> QuotedIdentifiers {
    Nullable<bool> get ();
}
member QuotedIdentifiers : Nullable<bool>
function get QuotedIdentifiers () : Nullable<boolean>

屬性值

型別:System.Nullable<Boolean>

.NET Framework 安全性

請參閱

參考

SqlScriptProperty 類別

Microsoft.Data.Schema.Sql.SchemaModel 命名空間