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