Condividi tramite


InstalledInstances.InstanceData Constructor

Definition

Initializes a new instance of the InstalledInstances.InstanceData class.

public:
 InstanceData(System::String ^ name, System::String ^ id, System::String ^ instanceIdList, System::String ^ version, System::String ^ productName, System::String ^ edition, System::String ^ editionValue, System::String ^ architecture, bool isUnconfigured, System::String ^ features, System::String ^ failoverName);
public InstanceData (string name, string id, string instanceIdList, string version, string productName, string edition, string editionValue, string architecture, bool isUnconfigured, string features, string failoverName);
new Microsoft.SqlServer.Configuration.InstalledInstances.InstanceData : string * string * string * string * string * string * string * string * bool * string * string -> Microsoft.SqlServer.Configuration.InstalledInstances.InstanceData
Public Sub New (name As String, id As String, instanceIdList As String, version As String, productName As String, edition As String, editionValue As String, architecture As String, isUnconfigured As Boolean, features As String, failoverName As String)

Parameters

name
String

The name of the installed instance.

id
String

The ID of the installed instance.

instanceIdList
String

The list of ID of the installed instance.

version
String

The version of the installed instance.

productName
String

The product name of the installed instance.

edition
String

The edition of the installed instance.

editionValue
String

The edition value of the installed instance.

architecture
String

The architecture of the installed instance.

isUnconfigured
Boolean

true if the installed instance is not configured; otherwise, false.

features
String

The features of the installed instance.

failoverName
String

The failover name of the installed instance.

Applies to