Propriedade do RDL Item (String)
Gets a Policy object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 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 position of the Policy object in the PolicyCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .Policy
A Policy object value that represents the policy that has the specified name.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Consulte também