CheckCollection.Item Propiedad (String)
Gets a Check object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As Check
Get
'Uso
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 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 name of the Check object in the CheckCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Check
A Check object value that represents the check constraint.