Compartilhar via


Propriedade do RDL Item (String, String)

Gets a Rule object in the collection by name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    name As String, _
    schema As String _
) As Rule
    Get
'Uso
Dim instance As RuleCollection
Dim name As String
Dim schema As String
Dim value As Rule

value = instance(name, schema)
public Rule this[
    string name,
    string schema
] { get; }
public:
property Rule^ default[String^ name, String^ schema] {
    Rule^ get (String^ name, String^ schema);
}
member Item : Rule
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Rule
A Rule object value that represents the rule.