Właściwość RuleCollection.Item (String, String)
Pobiera Rule obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String, _
schema As String _
) As Rule
Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
A String wartość, która określa nazwę Rule obiekt w RuleCollection kolekcja.
- schema
Typ: System.String
A String wartość określająca schemat Rule obiektu.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Rule
A Rule obiektu wartość reprezentująca reguły.
Zobacz także