Propriedade do RDL SemanticTableReference.SemanticFunctionType
Gets the semantic function type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.