Propriedade DataRuleProperties.FullId

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

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
A string que contém o identificador completo para a regra de dados.

Segurança do .NET Framework

Consulte também

Referência

DataRuleProperties Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis

DataRule