WsdlPayloadOption.IsNone 属性
Gets or sets whether NONE is specified as the option value.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property IsNone As Boolean
Get
Set
用法
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)
属性值
类型:System.Boolean
True if NONE is specified as the option value; otherwise, false.