Compartir a través de


Source Propiedad

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

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

Sintaxis

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

Valor de la propiedad

Tipo: System. . :: . .String
A System.String value with the source where the COM assembly file is located.