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.
Determines whether this dictionary contains the specified database source file path.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ContainsKey ( _
sourceFilePath As String _
) As Boolean
'Usage
Dim instance As DatabaseFileMappingsDictionary
Dim sourceFilePath As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(sourceFilePath)
public bool ContainsKey(
string sourceFilePath
)
public:
bool ContainsKey(
String^ sourceFilePath
)
member ContainsKey :
sourceFilePath:string -> bool
public function ContainsKey(
sourceFilePath : String
) : boolean
Parameter
- sourceFilePath
Typ: System.String
[T.System.String] that identifies the full path to the source database file, including the file name.
Rückgabewert
Typ: System.Boolean
Boolean True if the dictionary contains this file path. Otherwise, False.