Gets or sets a value that indicates whether the WINDOWS is specified.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsWindows As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
true if the WINDOWS is specified; false in case of MIXED login type.