RelocateFile 생성자 (String, String)
Initializes a new instance of the RelocateFile class.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended
구문
‘선언
Public Sub New ( _
logicalFileName As String, _
physicalFileName As String _
)
‘사용 방법
Dim logicalFileName As String
Dim physicalFileName As String
Dim instance As New RelocateFile(logicalFileName, _
physicalFileName)
public RelocateFile(
string logicalFileName,
string physicalFileName
)
public:
RelocateFile(
String^ logicalFileName,
String^ physicalFileName
)
new :
logicalFileName:string *
physicalFileName:string -> RelocateFile
public function RelocateFile(
logicalFileName : String,
physicalFileName : String
)
매개 변수
- logicalFileName
형식: System. . :: . .String
A String value that specifies the logical file name.
- physicalFileName
형식: System. . :: . .String
A String value that specifies the physical file name.
주의
The default constructor initializes any fields to their default values.