Condividi tramite


Proprietà TableValuedFunction.User

User relationship class of TableValuedFunction

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Shared Property User As ModelRelationshipClass 
    Get 
    Friend Set
'Utilizzo
Dim value As ModelRelationshipClass 

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

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vedere anche

Riferimento

TableValuedFunction Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Model