Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of CalculationProperty using a calculation reference and a type parameter.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Sub New ( _
calculationReference As String, _
type As CalculationType _
)
public CalculationProperty (
string calculationReference,
CalculationType type
)
public:
CalculationProperty (
String^ calculationReference,
CalculationType type
)
public CalculationProperty (
String calculationReference,
CalculationType type
)
public function CalculationProperty (
calculationReference : String,
type : CalculationType
)
Параметры
- calculationReference
Points to the name of the calculation defined in the MDX script object.
- type
Specifies the type of MDX script calculation.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
CalculationProperty Class
CalculationProperty Members
Microsoft.AnalysisServices Namespace