Rule Constructor (Database, String, String)
Initializes a new instance of the Rule class on the specified database, with the specified name and schema.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
database As Database, _
name As String, _
schema As String _
)
public Rule (
Database database,
string name,
string schema
)
public:
Rule (
Database^ database,
String^ name,
String^ schema
)
public Rule (
Database database,
String name,
String schema
)
public function Rule (
database : Database,
name : String,
schema : String
)
Параметры
- name
A String value that specifies the name of the rule.
- schema
A String value that specifies the schema for the rule.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Пример
How to: Create, Alter, and Remove a Rule in Visual Basic .NET
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
Rule Class
Rule Members
Microsoft.SqlServer.Management.Smo Namespace
Другие ресурсы
Creating, Altering, and Removing Rules
Правила
CREATE RULE (Transact-SQL)