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