Condition.Key コンストラクター (String)
指定した名前を持つ Condition..::..Key クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Sub New ( _
name As String _
)
'使用
Dim name As String
Dim instance As New Condition..::..Key(name)
public Key(
string name
)
public:
Key(
String^ name
)
new :
name:string -> Key
public function Condition..::..Key(
name : String
)
パラメーター
- name
型: System. . :: . .String
キーの名前を指定する String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。