Costruttore AttributeTranslation (Int32, String)
Initializes a new instance of the AttributeTranslation class, using default values with specified language and caption parameters.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
language As Integer, _
caption As String _
)
'Utilizzo
Dim language As Integer
Dim caption As String
Dim instance As New AttributeTranslation(language, _
caption)
public AttributeTranslation(
int language,
string caption
)
public:
AttributeTranslation(
int language,
String^ caption
)
new :
language:int *
caption:string -> AttributeTranslation
public function AttributeTranslation(
language : int,
caption : String
)
Parametri
- language
Tipo: System.Int32
An Integer representation of the language to be used with the AttributeTranslation.??
- caption
Tipo: System.String
The text of the caption.?