Measure Constructor (String, String)
Initializes a new instance of Measure using a name and an identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
Public Sub New ( _
name As String, _
id As String _
)
public Measure (
string name,
string id
)
public:
Measure (
String^ name,
String^ id
)
public Measure (
String name,
String id
)
public function Measure (
name : String,
id : String
)
Parameters
- name
A String that contains the name of the Measure.
- id
A String that contains a unique identifier for the Measure.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.