Propriété SfcDomainInfoCollection.Item (String)

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    domainName As String _
) As SfcDomainInfo 
    Get
'Utilisation
Dim instance As SfcDomainInfoCollection 
Dim domainName As String 
Dim value As SfcDomainInfo 

value = instance(domainName)
public SfcDomainInfo this[
    string domainName
] { get; }
public:
property SfcDomainInfo^ default[String^ domainName] {
    SfcDomainInfo^ get (String^ domainName);
}
member Item : SfcDomainInfo
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • domainName
    Type : System.String
    A string value of the domain name.

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
The item objects in the collection.

Voir aussi

Référence

SfcDomainInfoCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc