Add 메서드
Adds a new Rule to the Rule Collection
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub Add ( _
rule As Rule _
)
‘사용 방법
Dim instance As RuleCollection
Dim rule As Rule
instance.Add(rule)
public void Add(
Rule rule
)
public:
void Add(
Rule^ rule
)
member Add :
rule:Rule -> unit
public function Add(
rule : Rule
)
매개 변수
- rule
형식: Microsoft.SqlServer.Management.Smo. . :: . .Rule
Rule object to be added to the Rule Collection.