名前および種類を使用して、PerspectiveCalculation の新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (microsoft.analysisservices.dll 内)
構文
'宣言
Public Sub New ( _
name As String, _
type As PerspectiveCalculationType _
)
public PerspectiveCalculation (
string name,
PerspectiveCalculationType type
)
public:
PerspectiveCalculation (
String^ name,
PerspectiveCalculationType type
)
public PerspectiveCalculation (
String name,
PerspectiveCalculationType type
)
public function PerspectiveCalculation (
name : String,
type : PerspectiveCalculationType
)
パラメータ
- name
PerspectiveCalculation の名前を表す String です。
- type
分析観点計算の種類を指定します。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
PerspectiveCalculation Class
PerspectiveCalculation Members
Microsoft.AnalysisServices Namespace