共用方式為


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
)

參數