ISql90HttpProtocolSpecifier.AuthenticationMode プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property AuthenticationMode As Sql90AuthenticationMode
'使用
Dim instance As ISql90HttpProtocolSpecifier
Dim value As Sql90AuthenticationMode
value = instance.AuthenticationMode
instance.AuthenticationMode = value
Sql90AuthenticationMode AuthenticationMode { get; set; }
property Sql90AuthenticationMode AuthenticationMode {
Sql90AuthenticationMode get ();
void set (Sql90AuthenticationMode value);
}
function get AuthenticationMode () : Sql90AuthenticationMode
function set AuthenticationMode (value : Sql90AuthenticationMode)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90AuthenticationMode
参照
参照
ISql90HttpProtocolSpecifier インターフェイス