Proprietà Item (String)
Gets a Check object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As Check
Get
'Utilizzo
Dim instance As CheckCollection
Dim name As String
Dim value As Check
value = instance(name)
public Check this[
string name
] { get; }
public:
property Check^ default[String^ name] {
Check^ get (String^ name);
}
member Item : Check
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the Check object in the CheckCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Check
A Check object value that represents the check constraint.
Vedere anche