SqlStudioConstants.ContextInstance<TInstance> Method

Definition

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.

Applies to