Свойство ComAssembly.Source
Gets or sets the source where the COM assembly file is located.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property Source As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The source where the COM assembly file is located.