Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
語法
'宣告
Public Sub New ( _
language As Integer, _
caption As String _
)
public AttributeTranslation (
int language,
string caption
)
public:
AttributeTranslation (
int language,
String^ caption
)
public AttributeTranslation (
int language,
String caption
)
public function AttributeTranslation (
language : int,
caption : String
)
參數
- language
An Integer representation of the language to be used with the AttributeTranslation.
- caption
The text of the caption.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
AttributeTranslation Class
AttributeTranslation Members
Microsoft.AnalysisServices Namespace