Rule コンストラクタ (String, String, String, 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, _
    description As String, _
    helpUrl As String, _
    helpKeyword As String _
)
'使用
Dim idNamespace As String
Dim id As String
Dim name As String
Dim description As String
Dim helpUrl As String
Dim helpKeyword As String

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

パラメータ

  • idNamespace
    型 : System.String
    規則の名前空間文字列を指定します。
  • id
    型 : System.String
    名前空間内の規則を一意に識別するための短い文字列を指定します。
  • name
    型 : System.String
    規則を識別するためにユーザーに表示される文字列を指定します。
  • description
    型 : System.String
    規則のより詳細な説明を指定します。
  • helpUrl
    型 : System.String
    規則に関する詳細を格納する Web ページの URL を指定します。
  • helpKeyword
    型 : System.String
    規則のヘルプ トピックを指定します。

参照

参照

Rule クラス

Rule メンバ

Rule オーバーロード

Microsoft.Data.Schema.StaticCodeAnalysis 名前空間