Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the source where the COM assembly file is located.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Source As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The source where the COM assembly file is located.