LoginTypePayloadOption.IsWindows Property

Gets or sets a value that indicates whether the WINDOWS is specified.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property IsWindows As Boolean 
    Get 
    Set
'Usage
Dim instance As LoginTypePayloadOption 
Dim value As Boolean 

value = instance.IsWindows

instance.IsWindows = value
public bool IsWindows { get; set; }
public:
property bool IsWindows {
    bool get ();
    void set (bool value);
}
member IsWindows : bool with get, set
function get IsWindows () : boolean 
function set IsWindows (value : boolean)

Property Value

Type: System.Boolean
true if the WINDOWS is specified; false in case of MIXED login type.

See Also

Reference

LoginTypePayloadOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace