Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.