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.
Adds to the collection of properties. 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
Protected Sub AddProperty ( _
op As ObjectProperty _
)
'Usage
Dim op As ObjectProperty
Me.AddProperty(op)
protected void AddProperty(
ObjectProperty op
)
protected:
void AddProperty(
ObjectProperty^ op
)
member AddProperty :
op:ObjectProperty -> unit
protected function AddProperty(
op : ObjectProperty
)
Parameters
- op
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ObjectProperty
The property to add.