Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets or sets the DefaultScript property that makes the current script the default one among all scripts.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property DefaultScript As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if the current script is the default; otherwise, false.
Comentarios
Setting this property to true for one script will set all other scripts to false.