Compartir a través de


DataRuleProperties.FullId (Propiedad)

Obtiene el identificador completo para la regla de datos.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
Un valor de tipo string que contiene el identificador completo para la regla de datos.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProperties Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)

DataRule