Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
- 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.
See Also
Reference
ISql90SoapLanguageSpecifier Interface