Partager via


Propriété ObjectReference.AssemblyID

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AssemblyID As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
An assembly identifier.

Voir aussi

Référence

ObjectReference Classe

Espace de noms Microsoft.AnalysisServices