Classe Rule
The Rule object provides programmatic access to a SQL Server rule.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)> _
Public NotInheritable Class Rule _
Inherits DefaultRuleBase
'Utilizzo
Dim instance As Rule
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)]
public sealed class Rule : DefaultRuleBase
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[PhysicalFacetAttribute(PhysicalFacetOptions::ReadOnly)]
public ref class Rule sealed : public DefaultRuleBase
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute(PhysicalFacetOptions.ReadOnly)>]
type Rule =
class
inherit DefaultRuleBase
end
public final class Rule extends DefaultRuleBase
Osservazioni
To get Rule object properties, users can be a member of the public fixed server role.
To set Rule object properties, users must have CREATE RULE permission on the parent database or be a member of the db_owner fixed database role.
To create a rule, users must have CREATE RULE permission on the parent database or be a member of the db_owner fixed database role.
To drop a rule, users must have ALTER permission on the schema to which the rule belongs.
To bind or unbind a rule to a table, users must have ALTER permission on the table.
To bind or unbind a rule to a data type, users must have ALTER permission on the schema to which the data type belongs.
Thread Safety
Tutti i membri statici pubblici (Shared in Microsoft Visual Basic) di questo tipo sono sicuri per le operazioni a thread multipli. Non è invece garantita la sicurezza dei membri dell'istanza.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .NamedSmoObject
Microsoft.SqlServer.Management.Smo. . :: . .ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo. . :: . .DefaultRuleBase
Microsoft.SqlServer.Management.Smo..::..Rule
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche