Translation Constructor (Int32)
Applies To: SQL Server (starting with 2016)
Initializes a new instance of the Translation class using a language parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
public Translation(
int language
)
public:
Translation(
int language
)
new :
language:int -> Translation
Public Sub New (
language As Integer
)
Parameters
language
Type: System.Int32The language for the Translation.
See Also
Translation Overload
Translation Class
Microsoft.AnalysisServices Namespace
Return to top