ISql90ServiceBrokerLanguageSpecifier.AuthenticationWindowsMode 属性

获取或设置一个对身份验证选项建模的值。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Property AuthenticationWindowsMode As Sql90AuthenticationModes
    Get
    Set
Sql90AuthenticationModes AuthenticationWindowsMode { get; set; }
property Sql90AuthenticationModes AuthenticationWindowsMode {
    Sql90AuthenticationModes get ();
    void set (Sql90AuthenticationModes value);
}
abstract AuthenticationWindowsMode : Sql90AuthenticationModes with get, set
function get AuthenticationWindowsMode () : Sql90AuthenticationModes
function set AuthenticationWindowsMode (value : Sql90AuthenticationModes)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.Sql90AuthenticationModes

.NET Framework 安全性

请参见

参考

ISql90ServiceBrokerLanguageSpecifier 接口

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