次の方法で共有


Account コンストラクター (String)

accountType パラメーターを使用して、Account の新しいインスタンスを初期化します。

名前空間:  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
    勘定科目の種類の名前を表す String です。

関連項目

参照

Account クラス

Account オーバーロード

Microsoft.AnalysisServices 名前空間