ExtendedPropertyCollection.Add 方法
Adds an ExtendedProperty object to the ExtendedPropertyCollection collection.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Sub Add ( _
extendedProperty As ExtendedProperty _
)
'用途
Dim instance As ExtendedPropertyCollection
Dim extendedProperty As ExtendedProperty
instance.Add(extendedProperty)
public void Add(
ExtendedProperty extendedProperty
)
public:
void Add(
ExtendedProperty^ extendedProperty
)
member Add :
extendedProperty:ExtendedProperty -> unit
public function Add(
extendedProperty : ExtendedProperty
)
參數
- extendedProperty
型別:Microsoft.SqlServer.Management.Smo.ExtendedProperty
An ExtendedProperty object to be added to the ExtendedPropertyCollection collection.