Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub Add ( _
o As SqlObjectBase, _
isTriggered As Boolean _
)
'Usage
Dim instance As SqlObjectProperty
Dim o As SqlObjectBase
Dim isTriggered As Boolean
instance.Add(o, isTriggered)
public void Add(
SqlObjectBase o,
bool isTriggered
)
public:
void Add(
SqlObjectBase^ o,
bool isTriggered
)
member Add :
o:SqlObjectBase *
isTriggered:bool -> unit
public function Add(
o : SqlObjectBase,
isTriggered : boolean
)
Parameters
- o
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SqlObjectBase
The SQL Object Base.
- isTriggered
Type: System.Boolean
true if the property was not requested by the user; otherwise, false.