MdxScript.DefaultScript 属性

Gets or sets the DefaultScript property that makes the current script the default one among all scripts.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property DefaultScript As Boolean 
    Get 
    Set
用法
Dim instance As MdxScript 
Dim value As Boolean 

value = instance.DefaultScript

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

属性值

类型:System.Boolean
true if the current script is the default; otherwise, false.

注释

Setting this property to true for one script will set all other scripts to false.

请参阅

参考

MdxScript 类

Microsoft.AnalysisServices 命名空间