Partager via


CreateDatabaseStatement.Trustworthy, propriété

Obtient ou définit l'option d'accès externe digne de confiance.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property Trustworthy As OptionState
    Get
    Set
public OptionState Trustworthy { get; set; }
public:
property OptionState Trustworthy {
    OptionState get ();
    void set (OptionState value);
}
member Trustworthy : OptionState with get, set
function get Trustworthy () : OptionState
function set Trustworthy (value : OptionState)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.OptionState
Retourne une valeur d'énumération OptionState.

Sécurité .NET Framework

Voir aussi

Référence

CreateDatabaseStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms