Remove メソッド (String)
attributeId によって識別される AttributeRelationship をコレクションから削除します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub Remove ( _
attributeId As String _
)
'使用
Dim instance As AttributeRelationshipCollection
Dim attributeId As String
instance.Remove(attributeId)
public void Remove(
string attributeId
)
public:
void Remove(
String^ attributeId
)
member Remove :
attributeId:string -> unit
public function Remove(
attributeId : String
)
パラメーター
- attributeId
型: System. . :: . .String
削除する Aggregation の属性を指定します。
例外
例外 | 条件 |
---|---|
ItemNotFoundException | attributeId がコレクションに含まれていません。 |