共用方式為


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.