次の方法で共有


ServerProperty コンストラクター (String, String)

名前および値を使用して、ServerProperty の新しいインスタンスを初期化します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    name As String, _
    value As String _
)
'使用
Dim name As String 
Dim value As String 

Dim instance As New ServerProperty(name, value)
public ServerProperty(
    string name,
    string value
)
public:
ServerProperty(
    String^ name, 
    String^ value
)
new : 
        name:string * 
        value:string -> ServerProperty
public function ServerProperty(
    name : String, 
    value : String
)

パラメーター

  • value
    型: System.String
    プロパティを表す String です。

関連項目

参照

ServerProperty クラス

ServerProperty オーバーロード

Microsoft.AnalysisServices 名前空間