Share via


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

See Also

Reference

ISql90SoapLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace