Compartir a través de


TableValuedFunction.WithSchemaBinding Propiedad

WithSchemaBinding property class of TableValuedFunction

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

Sintaxis

'Declaración
Public Shared Property WithSchemaBinding As ModelPropertyClass 
    Get 
    Friend Set
'Uso
Dim value As ModelPropertyClass 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Vea también

Referencia

TableValuedFunction Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model