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
)
パラメーター
- name
型: System. . :: . .String
ServerProperty の名前を表す String です。
- value
型: System. . :: . .String
プロパティを表す String です。