Item Propiedad (String)
Gets a Policy object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Policy
Get
'Uso
Dim instance As PolicyCollection
Dim name As String
Dim value As Policy
value = instance(name)
public Policy this[
string name
] { get; }
public:
property Policy^ default[String^ name] {
Policy^ get (String^ name);
}
member Item : Policy
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System. . :: . .String
A String value that specifies the position of the Policy object in the PolicyCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .Policy
A Policy object value that represents the policy that has the specified name.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también