共用方式為


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.

請參閱

參考

Account 類別

Account 多載

Microsoft.AnalysisServices 命名空間