Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Adds the specified database source file path and its associated database target file path to the dictionary.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
sourceFilePath As String, _
targetFilePath As String _
)
'Usage
Dim instance As DatabaseFileMappingsDictionary
Dim sourceFilePath As String
Dim targetFilePath As String
instance.Add(sourceFilePath, targetFilePath)
public void Add(
string sourceFilePath,
string targetFilePath
)
public:
void Add(
String^ sourceFilePath,
String^ targetFilePath
)
member Add :
sourceFilePath:string *
targetFilePath:string -> unit
public function Add(
sourceFilePath : String,
targetFilePath : String
)
Parameter
- sourceFilePath
Typ: System.String
[T.System.String] that identifies the source database file path
- targetFilePath
Typ: System.String
[T.System.String] that identifies the target database file path