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 a value that indicates whether UNKNOWN is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property IsForUnknown As Boolean
Get
Set
'Usage
Dim instance As VariableValuePair
Dim value As Boolean
value = instance.IsForUnknown
instance.IsForUnknown = value
public bool IsForUnknown { get; set; }
public:
property bool IsForUnknown {
bool get ();
void set (bool value);
}
member IsForUnknown : bool with get, set
function get IsForUnknown () : boolean
function set IsForUnknown (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if UNKNOWN is specified; otherwise, false.