Propriedade do RDL Item (String)
Gets a ServerProtocol object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ServerProtocol
Get
'Uso
Dim instance As ServerProtocolCollection
Dim name As String
Dim value As ServerProtocol
value = instance(name)
public ServerProtocol this[
string name
] { get; }
public:
property ServerProtocol^ default[String^ name] {
ServerProtocol^ get (String^ name);
}
member Item : ServerProtocol
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A STring value that specifies the name of the ServerProtocol object in the ServerProtocolCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocol
A ServerProtocol object value that represents the server protocol.
Consulte também