Propriedade do RDL VariableValuePair.IsForUnknown
Gets or sets a value that indicates whether UNKNOWN is specified.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsForUnknown As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if UNKNOWN is specified; otherwise, false.