Rule コンストラクタ (String, String, String)

Rule クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.StaticCodeAnalysis
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Protected Sub New ( _
    idNamespace As String, _
    id As String, _
    name As String _
)
'使用
Dim idNamespace As String
Dim id As String
Dim name As String

Dim instance As New Rule(idNamespace, _
    id, name)
protected Rule(
    string idNamespace,
    string id,
    string name
)
protected:
Rule(
    String^ idNamespace, 
    String^ id, 
    String^ name
)
protected function Rule(
    idNamespace : String, 
    id : String, 
    name : String
)

パラメータ

  • idNamespace
    型 : System.String
    規則の名前空間文字列を指定します。
  • id
    型 : System.String
    名前空間内の規則を一意に識別するための短い文字列を指定します。
  • name
    型 : System.String
    規則を識別するためにユーザーに表示される文字列を指定します。

参照

参照

Rule クラス

Rule メンバ

Rule オーバーロード

Microsoft.Data.Schema.StaticCodeAnalysis 名前空間