次の方法で共有


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
)

パラメーター