Partager via


Propriété ComAssembly.Source

Gets or sets the source where the COM assembly file is located.

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

Syntaxe

'Déclaration
Public Property Source As String 
    Get 
    Set
'Utilisation
Dim instance As ComAssembly 
Dim value As String 

value = instance.Source

instance.Source = value
public string Source { get; set; }
public:
property String^ Source {
    String^ get ();
    void set (String^ value);
}
member Source : string with get, set
function get Source () : String 
function set Source (value : String)

Valeur de propriété

Type : System.String
The source where the COM assembly file is located.

Voir aussi

Référence

ComAssembly Classe

Espace de noms Microsoft.AnalysisServices