Propriété MdxScriptID
Gets or sets the MDX Script identifier for the object referenced.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property MdxScriptID As String
Get
Set
'Utilisation
Dim instance As ObjectReference
Dim value As String
value = instance.MdxScriptID
instance.MdxScriptID = value
public string MdxScriptID { get; set; }
public:
property String^ MdxScriptID {
String^ get ();
void set (String^ value);
}
member MdxScriptID : string with get, set
function get MdxScriptID () : String
function set MdxScriptID (value : String)
Valeur de propriété
Type : System. . :: . .String
An MDX Script identifier.