SqlStudioConstants.ContextInstance<TInstance> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the Instance object for the specified context.
public:
generic <typename TInstance>
static System::String ^ ContextInstance();
public static string ContextInstance<TInstance>();
static member ContextInstance : unit -> string
Public Shared Function ContextInstance(Of TInstance) () As String
Type Parameters
- TInstance
The type of the instance object.
Returns
The Instance object for the specified context.