ISql90SoapLanguageSpecifier.LoginType-Eigenschaft

Ruft einen Wert ab, der die LOGIN_TYPE-Option modelliert, oder legt den Wert fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.Sql90LoginType

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SoapLanguageSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace