Propriedade do RDL WsdlPayloadOption.IsNone
Gets or sets whether NONE is specified as the option value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property IsNone As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
True if NONE is specified as the option value; otherwise, false.