Source 속성
Gets or sets the source where the COM assembly file is located.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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
A System.String value with the source where the COM assembly file is located.