Share via


ISql90User.IsWithoutLogin Property

Gets or sets a value that indicates whether the user has an associated login.

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

Syntax

'Declaration
Property IsWithoutLogin As Boolean
bool IsWithoutLogin { get; set; }
property bool IsWithoutLogin {
    bool get ();
    void set (bool value);
}
abstract IsWithoutLogin : bool with get, set
function get IsWithoutLogin () : boolean
function set IsWithoutLogin (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql90User Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace