AggregationDesignAttribute 생성자 (String)
Initializes a new instance of AggregationDesignAttribute using an attribute identifier.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Sub New ( _
attributeId As String _
)
‘사용 방법
Dim attributeId As String
Dim instance As New AggregationDesignAttribute(attributeId)
public AggregationDesignAttribute(
string attributeId
)
public:
AggregationDesignAttribute(
String^ attributeId
)
new :
attributeId:string -> AggregationDesignAttribute
public function AggregationDesignAttribute(
attributeId : String
)
매개 변수
- attributeId
유형: System. . :: . .String