次の方法で共有


IMutableScalarFunction インターフェイス

SQL Server の変更可能なスカラー関数を表します。

名前空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ:  Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)

構文

'宣言
Public Interface IMutableScalarFunction _
    Inherits IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase,  _
    IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject
'使用
Dim instance As IMutableScalarFunction
public interface IMutableScalarFunction : IScalarFunction, 
    IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar, 
    IScalar, IMutableMetadataObject, IMetadataObject
public interface class IMutableScalarFunction : IScalarFunction, 
    IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar, 
    IScalar, IMutableMetadataObject, IMetadataObject
type IMutableScalarFunction =  
    interface
        interface IScalarFunction
        interface IMutableFunction
        interface IFunction
        interface IMutableFunctionModuleBase
        interface IFunctionModuleBase
        interface IMutableScalar
        interface IScalar
        interface IMutableMetadataObject
        interface IMetadataObject
    end
public interface IMutableScalarFunction extends IScalarFunction, IMutableFunction, IFunction, IMutableFunctionModuleBase, IFunctionModuleBase, IMutableScalar, IScalar, IMutableMetadataObject, IMetadataObject

IMutableScalarFunction 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ DataType スカラー データ型を取得または設定します。 (IMutableScalar から継承されています。)
パブリック プロパティ DataType スカラー データ型を取得します。 (IScalar から継承されています。)
パブリック プロパティ IsAggregateFunction 集計関数かどうかを示す値を取得します。 (IScalarFunction から継承されています。)
パブリック プロパティ Name メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。)
パブリック プロパティ Nullable オブジェクトが NULL 値を許容するかどうかを示す値です。 (IMutableScalar から継承されています。)
パブリック プロパティ Nullable スカラー オブジェクトが NULL 値を許容するかどうかを示すブール値を取得します。 (IScalar から継承されています。)
パブリック プロパティ Parameters 関数またはモジュールが受け取るパラメーターを含むコレクションを取得します。 (IFunctionModuleBase から継承されています。)
パブリック プロパティ Parameters 関数またはモジュールが受け取るパラメーターを含むコレクションを取得します。 (IMutableFunctionModuleBase から継承されています。)
パブリック プロパティ ScalarType スカラー型を取得します。 (IScalar から継承されています。)

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accept< (Of < <' (T> ) > > ) 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。)

先頭に戻る