ISql90SoapLanguageSpecifier.LoginType Property
Gets or sets a value that models the LOGIN_TYPE option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property LoginType As Sql90LoginType
Sql90LoginType LoginType { get; set; }
property Sql90LoginType LoginType {
Sql90LoginType get ();
void set (Sql90LoginType value);
}
abstract LoginType : Sql90LoginType with get, set
function get LoginType () : Sql90LoginType
function set LoginType (value : Sql90LoginType)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90LoginType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.