Aracılığıyla paylaş


SqlScriptGeneratorConstructor.Options Özellik

Alır veya sql komut dosyası Oluşturucu seçenekleri ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
Public Property Options As SqlScriptGeneratorOptions
    Get
    Set
public SqlScriptGeneratorOptions Options { get; set; }
public:
property SqlScriptGeneratorOptions^ Options {
    SqlScriptGeneratorOptions^ get ();
    void set (SqlScriptGeneratorOptions^ value);
}
member Options : SqlScriptGeneratorOptions with get, set
function get Options () : SqlScriptGeneratorOptions
function set Options (value : SqlScriptGeneratorOptions)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.SqlScriptGeneratorOptions

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SqlScriptGeneratorConstructor Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı