Share via


ISql90SoapLanguageSpecifier.LoginType Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property LoginType As Sql90LoginType
'Usage
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)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90LoginType

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

ISql90SoapLanguageSpecifier Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace