Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets whether NONE is specified as the option value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsNone As Boolean
Get
Set
'Usage
Dim instance As WsdlPayloadOption
Dim value As Boolean
value = instance.IsNone
instance.IsNone = value
public bool IsNone { get; set; }
public:
property bool IsNone {
bool get ();
void set (bool value);
}
member IsNone : bool with get, set
function get IsNone () : boolean
function set IsNone (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if NONE is specified as the option value; otherwise, false.