次の方法で共有


PerspectiveAttributeCollection.Add メソッド (String)

新しい PerspectiveAttribute を作成し、コレクションに追加して、返します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Function Add ( _
    attributeId As String _
) As PerspectiveAttribute
'使用
Dim instance As PerspectiveAttributeCollection 
Dim attributeId As String 
Dim returnValue As PerspectiveAttribute 

returnValue = instance.Add(attributeId)
public PerspectiveAttribute Add(
    string attributeId
)
public:
PerspectiveAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> PerspectiveAttribute
public function Add(
    attributeId : String
) : PerspectiveAttribute

パラメーター

戻り値

型: Microsoft.AnalysisServices.PerspectiveAttribute
新しく作成された PerspectiveAttribute です。

関連項目

参照

PerspectiveAttributeCollection クラス

Add オーバーロード

Microsoft.AnalysisServices 名前空間