AssemblyID 속성

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

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

구문

‘선언
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.