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.