次の方法で共有


PerspectiveAttribute コンストラクター (String)

属性識別子を使用して、PerspectiveAttribute の新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    attributeId As String _
)
'使用
Dim attributeId As String 

Dim instance As New PerspectiveAttribute(attributeId)
public PerspectiveAttribute(
    string attributeId
)
public:
PerspectiveAttribute(
    String^ attributeId
)
new : 
        attributeId:string -> PerspectiveAttribute
public function PerspectiveAttribute(
    attributeId : String
)

パラメーター

  • attributeId
    型: System.String
    属性識別子の名前を含む string です。

関連項目

参照

PerspectiveAttribute クラス

PerspectiveAttribute オーバーロード

Microsoft.AnalysisServices 名前空間