MdxScriptID 속성

Gets or sets the MDX Script identifier for the object referenced.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
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
An MDX Script identifier.