Condividi tramite


Proprietà UserOption.UserOptionType

Ottiene o imposta il valore del tipo di opzione utente.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.UserOptionType
Restituisce un valore di enumerazione UserOptionType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UserOption Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql