Remove 메서드
Removes the first occurrence of a specific restriction from the AdomdRestrictionCollection collection.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public Sub Remove ( _
value As AdomdRestriction _
)
‘사용 방법
Dim instance As AdomdRestrictionCollection
Dim value As AdomdRestriction
instance.Remove(value)
public void Remove(
AdomdRestriction value
)
public:
void Remove(
AdomdRestriction^ value
)
member Remove :
value:AdomdRestriction -> unit
public function Remove(
value : AdomdRestriction
)
매개 변수
- value
유형: Microsoft.AnalysisServices.AdomdClient. . :: . .AdomdRestriction
The AdomdRestriction to remove from the AdomdRestrictionCollection collection.