DatabaseLocationIsLocal Property |
Gets info about this location being on the local host or not.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsLocal { get; }
Public ReadOnly Property IsLocal As Boolean
Get
public:
property bool IsLocal {
bool get ();
}
member IsLocal : bool with get
Return Value
Type:
Booleantrue if the location is located on the local host; otherwise,
false.
See Also