Condividi tramite


Proprietà WsdlPayloadOption.IsNone

Gets or sets whether NONE is specified as the option value.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property IsNone As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
True if NONE is specified as the option value; otherwise, false.

Vedere anche

Riferimento

WsdlPayloadOption Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom