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