ISqlFunction インターフェイス

SQL 関数を表します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Public Interface ISqlFunction _
    Implements IFunction, ISqlSubroutine, IModelNamed, ISqlOwnedObject,  _
    IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication,  _
    ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity,  _
    IModelAnnotationHolder
'使用
Dim instance As ISqlFunction
public interface ISqlFunction : IFunction, 
    ISqlSubroutine, IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISqlFunction : IFunction, 
    ISqlSubroutine, IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, 
    ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, 
    IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlFunction extends IFunction, ISqlSubroutine, IModelNamed, ISqlOwnedObject, IExtendedPropertyHost, ISqlSecurable, ISqlSpecifiesAnsiNulls, ISqlSpecifiesQuotedIdentifier, ISqlSupportsReplication, ISqlModelElement, IScriptSourcedElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder

参照

参照

ISqlFunction メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間