IXmlDataTypeMethod インターフェイス
xml データ型のスカラーで呼び出すことができるメソッドを表します。
名前空間: Microsoft.SqlServer.Management.SqlParser.Metadata
アセンブリ: Microsoft.SqlServer.Management.SqlParser (Microsoft.SqlServer.Management.SqlParser.dll)
構文
'宣言
Public Interface IXmlDataTypeMethod _
Inherits IScalarFunction, IFunction, IFunctionModuleBase, IScalar, _
IMetadataObject
'使用
Dim instance As IXmlDataTypeMethod
public interface IXmlDataTypeMethod : IScalarFunction,
IFunction, IFunctionModuleBase, IScalar, IMetadataObject
public interface class IXmlDataTypeMethod : IScalarFunction,
IFunction, IFunctionModuleBase, IScalar, IMetadataObject
type IXmlDataTypeMethod =
interface
interface IScalarFunction
interface IFunction
interface IFunctionModuleBase
interface IScalar
interface IMetadataObject
end
public interface IXmlDataTypeMethod extends IScalarFunction, IFunction, IFunctionModuleBase, IScalar, IMetadataObject
IXmlDataTypeMethod 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
DataType | スカラー データ型を取得します。 (IScalar から継承されています。) |
![]() |
IsAggregateFunction | 集計関数かどうかを示す値を取得します。 (IScalarFunction から継承されています。) |
![]() |
Name | メタデータ オブジェクトの名前を取得します。 (IMetadataObject から継承されています。) |
![]() |
Nullable | スカラー オブジェクトが NULL 値を許容するかどうかを示すブール値を取得します。 (IScalar から継承されています。) |
![]() |
Parameters | 関数またはモジュールが受け取るパラメーターを含むコレクションを取得します。 (IFunctionModuleBase から継承されています。) |
![]() |
ScalarType | スカラー型を取得します。 (IScalar から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | 指定した IMetadataObjectVisitor<(Of <(<'T>)>)> オブジェクトからのアクセスを許可します。 (IMetadataObject から継承されています。) |
先頭に戻る
.gif)
.gif)