Compartir a través de


ObjectReference.AssemblyID Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AssemblyID As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.String
An assembly identifier.

Vea también

Referencia

ObjectReference Clase

Espacio de nombres Microsoft.AnalysisServices