Свойство VariableValuePair.IsForUnknown

Gets or sets a value that indicates whether UNKNOWN is specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property IsForUnknown As Boolean 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Boolean
true if UNKNOWN is specified; otherwise, false.

См. также

Справочник

VariableValuePair Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom