VariableValuePair.IsForUnknown, propriété
Obtient ou définit si UNKNOWN est spécifié.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property IsForUnknown As Boolean
Get
Set
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)
Valeur de propriété
Type : System.Boolean
Retourne la valeur True si UNKNOWN a été spécifié ; sinon False.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.