Remove 메서드 (ServerProperty)

Removes the specified ServerProperty from the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Sub Remove ( _
    item As ServerProperty _
)
‘사용 방법
Dim instance As ServerPropertyCollection
Dim item As ServerProperty

instance.Remove(item)
public void Remove(
    ServerProperty item
)
public:
void Remove(
    ServerProperty^ item
)
member Remove : 
        item:ServerProperty -> unit 
public function Remove(
    item : ServerProperty
)

매개 변수

예외

예외 조건
ItemNotFoundException

item does not exist in the collection.