共用方式為


BackupLocation 建構函式 (String, String)

Initializes a new instance of the BackupLocation class, specifying the file name and the data source name.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    file As String, _
    dataSourceId As String _
)
'用途
Dim file As String
Dim dataSourceId As String

Dim instance As New BackupLocation(file, dataSourceId)
public BackupLocation(
    string file,
    string dataSourceId
)
public:
BackupLocation(
    String^ file, 
    String^ dataSourceId
)
new : 
        file:string * 
        dataSourceId:string -> BackupLocation
public function BackupLocation(
    file : String, 
    dataSourceId : String
)

參數