SemanticTableReference.SemanticFunctionType 속성
Gets the semantic function type.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property SemanticFunctionType As SemanticFunctionType
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.SemanticFunctionType
The semantic function type.