共用方式為


CreatePartitionSchemeStatement.IsAll 屬性

Gets or sets whether the ALL option is specified.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property IsAll As Boolean 
    Get 
    Set
'用途
Dim instance As CreatePartitionSchemeStatement 
Dim value As Boolean 

value = instance.IsAll

instance.IsAll = value
public bool IsAll { get; set; }
public:
property bool IsAll {
    bool get ();
    void set (bool value);
}
member IsAll : bool with get, set
function get IsAll () : boolean 
function set IsAll (value : boolean)

屬性值

型別:System.Boolean
true , if ALL option was specified; otherwise, false.

請參閱

參考

CreatePartitionSchemeStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間