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