다음을 통해 공유


ObjectReference.AssemblyID 속성

Gets or sets the assembly identifier associated with a given ObjectReference object.

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

구문

‘선언
Public Property AssemblyID As String 
    Get 
    Set
‘사용 방법
Dim instance As ObjectReference 
Dim value As String 

value = instance.AssemblyID

instance.AssemblyID = value
public string AssemblyID { get; set; }
public:
property String^ AssemblyID {
    String^ get ();
    void set (String^ value);
}
member AssemblyID : string with get, set
function get AssemblyID () : String 
function set AssemblyID (value : String)

속성 값

유형: System.String
An assembly identifier.

참고 항목

참조

ObjectReference 클래스

Microsoft.AnalysisServices 네임스페이스