InstAPI.IsDefaultInstanceID(INST_ID) Method

Definition

Retrieves a value that indicates the default instance ID.

public:
 static bool IsDefaultInstanceID(Microsoft::SqlServer::INST_ID ^ instanceID);
public static bool IsDefaultInstanceID (Microsoft.SqlServer.INST_ID instanceID);
static member IsDefaultInstanceID : Microsoft.SqlServer.INST_ID -> bool
Public Shared Function IsDefaultInstanceID (instanceID As INST_ID) As Boolean

Parameters

instanceID
INST_ID

Represents the value of the instance ID.

Returns

true if the InstanceID is default; otherwise, false.

Applies to