Condividi tramite


Proprietà MdxScript.DefaultScript

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DefaultScript As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

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

Vedere anche

Riferimento

MdxScript Classe

Spazio dei nomi Microsoft.AnalysisServices