Dela via


WsdlPayloadOption.IsNone Property

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

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

Property Value

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

See Also

Reference

WsdlPayloadOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace