PerspectiveAttribute Constructor (String)
Initializes a new instance of PerspectiveAttribute using an attribute identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub New ( _
attributeId As String _
)
'Usage
Dim attributeId As String
Dim instance As New PerspectiveAttribute(attributeId)
public PerspectiveAttribute(
string attributeId
)
public:
PerspectiveAttribute(
String^ attributeId
)
new :
attributeId:string -> PerspectiveAttribute
public function PerspectiveAttribute(
attributeId : String
)
Parameters
- attributeId
Type: System.String
A string that contains the name of the attribute identifier.