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.