ObjectReference.MdxScriptID プロパティ
参照先のオブジェクトの MDX スクリプト識別子を取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property MdxScriptID As String
Get
Set
'使用
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)
プロパティ値
型: System.String
MDX スクリプト識別子です。