ISql90HttpProtocolSpecifier.AuthenticationMode 属性

获取或设置身份验证模式。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90HttpProtocolSpecifier 接口

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