Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
domainName As String _
) As SfcDomainInfo
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- domainName
Type: System.String
A string value of the ___domain name.
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcDomainInfo
The item objects in the collection.