Propriedade DataRuleProperties.Id

Obtém o identificador exclusivo para a regra de dados.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public Property Id As String
    Get
    Private Set
public string Id { get; private set; }
public:
property String^ Id {
    String^ get ();
    private: void set (String^ value);
}
member Id : string with get, private set
function get Id () : String
private function set Id (value : String)

Valor de propriedade

Tipo: System.String
A string que contém a identificação exclusiva para a regra de dados.

Segurança do .NET Framework

Consulte também

Referência

DataRuleProperties Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

DataRule