Compartir a través de


SemanticTableReference.SemanticFunctionType Propiedad

Gets the semantic function type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property SemanticFunctionType As SemanticFunctionType 
    Get 
    Set
'Uso
Dim instance As SemanticTableReference 
Dim value As SemanticFunctionType 

value = instance.SemanticFunctionType

instance.SemanticFunctionType = value
public SemanticFunctionType SemanticFunctionType { get; set; }
public:
property SemanticFunctionType SemanticFunctionType {
    SemanticFunctionType get ();
    void set (SemanticFunctionType value);
}
member SemanticFunctionType : SemanticFunctionType with get, set
function get SemanticFunctionType () : SemanticFunctionType 
function set SemanticFunctionType (value : SemanticFunctionType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.

Vea también

Referencia

SemanticTableReference Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom