Check Constructor (SqlSmoObject, String)
Initializes a new instance of the Check class, which is owned by the specified parent object and has the specified name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
parent As SqlSmoObject, _
name As String _
)
public Check (
SqlSmoObject parent,
string name
)
public:
Check (
SqlSmoObject^ parent,
String^ name
)
public Check (
SqlSmoObject parent,
String name
)
public function Check (
parent : SqlSmoObject,
name : String
)
Parameters
- parent
A SqlSmoObject object value that specifies the parent object.
- name
A String value that specifies the name of the check constraint.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also