IVSSDatabase.Close MethodÂ
Closes the Visual SourceSafe database.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
Sub Close
'Usage
Dim instance As IVSSDatabase
instance.Close
void Close ()
void Close ()
void Close ()
function Close ()
Remarks
After the database is closed, the IVSSDatabase object cannot be used to access the database.
See Also
Reference
IVSSDatabase Interface
IVSSDatabase Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace