Bagikan melalui


ObjectReference.AssemblyID Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property AssemblyID As String 
    Get 
    Set
'Usage
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)

Property Value

Type: System.String
An assembly identifier.

See Also

Reference

ObjectReference Class

Microsoft.AnalysisServices Namespace