Aracılığıyla paylaş


FunctionStatementBody.Options Özellik

Alır veya WITH yan tümcesinde seçeneklerini ayarlar.

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

Sözdizimi

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

Özellik Değeri

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

Açıklamalar

Yordam ve işlevi için farklı seçenekler seçenekler WITH yan tümcesinde. Özel el ile işleme.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

FunctionStatementBody Sınıf

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