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