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
)

매개 변수