Partager via


Propriété ScalarFunction.Type

Type relationship class of ScalarFunction

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Shared Property Type As ModelRelationshipClass 
    Get 
    Friend Set
'Utilisation
Dim value As ModelRelationshipClass 

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

Valeur de propriété

Type : Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Voir aussi

Référence

ScalarFunction Classe

Espace de noms Microsoft.SqlServer.Dac.Model