IVSSDatabase.SrcSafeIni Property
Gets a string representing a fully qualified path to the SRCSAFE.INI file of the current SourceSafe database.
Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)
Syntax
'Declaration
ReadOnly Property SrcSafeIni As String
'Usage
Dim instance As IVSSDatabase
Dim value As String
value = instance.SrcSafeIni
string SrcSafeIni { get; }
property String^ SrcSafeIni {
String^ get ();
}
/** @property */
String get_SrcSafeIni ()
function get SrcSafeIni () : String
Property Value
A string representing a fully qualified path to the SRCSAFE.INI file of the current SourceSafe database.
Remarks
[IDL]
HRESULT SrcSafeIni ([out,retval]BSTR *pSrcSafeIni);
The SrcSafeIni property returns a fully qualified path to the SRCSAFE.INI file (including file name) of the database that is currently referenced.
SRCSAFE.INI is an initialization file that contains settings for the SourceSafe database global variables. The VSS Automation allows opening of multiple databases simultaneously. However, a specific database object may reference only one database at a time.
See Also
Reference
IVSSDatabase Interface
IVSSDatabase Members
Microsoft.VisualStudio.SourceSafe.Interop Namespace