Compartir a través de


ClrTypeProperty.ClrType Propiedad

ClrType relationship class of ClrTypeProperty

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property ClrType As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

value = ClrTypeProperty.ClrType
public static ModelRelationshipClass ClrType { get; internal set; }
public:
static property ModelRelationshipClass^ ClrType {
    ModelRelationshipClass^ get ();
    internal: void set (ModelRelationshipClass^ value);
}
static member ClrType : ModelRelationshipClass with get, internal set
static function get ClrType () : ModelRelationshipClass 
internal static function set ClrType (value : ModelRelationshipClass)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

ClrTypeProperty Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model