ISql100Aggregate インターフェイス
集計をモデル化します。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Interface ISql100Aggregate _
Inherits ISql90Aggregate, ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, _
ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, ISql100Subroutine, ISqlSubroutine, _
IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
public interface ISql100Aggregate : ISql90Aggregate,
ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, ISqlExtendedPropertyHost,
ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql100Aggregate : ISql90Aggregate,
ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, ISqlExtendedPropertyHost,
ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql100Aggregate =
interface
interface ISql90Aggregate
interface ISql90Subroutine
interface ISql90SpecifiesExecutionContext
interface ISql90ClrClassDefined
interface ISqlOwnedObject
interface ISqlExtendedPropertyHost
interface ISqlSecurable
interface ISql100Subroutine
interface ISqlSubroutine
interface IModelNamed
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql100Aggregate extends ISql90Aggregate, ISql90Subroutine, ISql90SpecifiesExecutionContext, ISql90ClrClassDefined, ISqlOwnedObject, ISqlExtendedPropertyHost, ISqlSecurable, ISql100Subroutine, ISqlSubroutine, IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql100Aggregate 型で公開されるメンバーは以下のとおりです。
プロパティ
名前 | 説明 | |
---|---|---|
Assembly | 取得または設定しますこれを定義するアセンブリSQL ServerSQL CLR クラス。 (ISql90ClrClassDefined から継承されます。) | |
ClassName | 取得またはの名前を設定します、SQL ServerSQL CLR クラス。 (ISql90ClrClassDefined から継承されます。) | |
ElementClass | 要素のメタデータ クラスを取得します。 (IModelElement から継承されます。) | |
ExtendedProperties | このオブジェクトの拡張プロパティのリストを取得します。 (ISqlExtendedPropertyHost から継承されます。) | |
Format | 集計の SqlUserDefinedAggregateAttribute の Format プロパティをモデル化する値を取得または設定します。 (ISql90Aggregate から継承されます。) | |
IsCaller | オブジェクトが呼び出し元として実行されるかどうかを示す値を取得または設定します。 (ISql90SpecifiesExecutionContext から継承されます。) | |
IsEncrypted | サブルーチンが暗号化されているかどうかを示す値を取得または設定します。 (ISqlSubroutine から継承されます。) | |
IsInvariantToDuplicates | 集計の SqlUserDefinedAggregateAttribute の IsInvariantToDuplicates プロパティをモデル化する値を取得または設定します。 (ISql90Aggregate から継承されます。) | |
IsInvariantToNulls | 集計の SqlUserDefinedAggregateAttribute の IsInvariantToNulls プロパティをモデル化する値を取得または設定します。 (ISql90Aggregate から継承されます。) | |
IsNullIfEmpty | 集計の SqlUserDefinedAggregateAttribute の IsNullIfEmpty プロパティをモデル化する値を取得または設定します。 (ISql90Aggregate から継承されます。) | |
IsOwner | オブジェクトが所有者として実行されるかどうかを示す値を取得または設定します。 (ISql90SpecifiesExecutionContext から継承されます。) | |
IsSelf | オブジェクトが作成者として実行されるかどうかを示す値を取得または設定します。 (ISql90SpecifiesExecutionContext から継承されます。) | |
Login | 実行者となるログインを取得または設定します。 (ISql90SpecifiesExecutionContext から継承されます。) | |
MaxByteSize | 集計の SqlUserDefinedAggregateAttribute の MaxByteSize プロパティをモデル化する値を取得または設定します。 (ISql90Aggregate から継承されます。) | |
Model | モデル参照を取得します。 (IModelEntity から継承されます。) | |
Name | 要素の名前を取得または設定します。 (IModelElement から継承されます。) | |
Owner | このオブジェクトの所有者を取得または設定します。 (ISqlOwnedObject から継承されます。) | |
Parameters | ルーチンに渡すパラメーターのリストを取得します。 (ISql100Subroutine から継承されます。) | |
Parameters | サブルーチンに渡すパラメーターのリストを取得します。 (ISqlSubroutine から継承されます。) | |
Permissions | このオブジェクトに適用されるアクセス許可のリストを取得します。 (ISqlSecurable から継承されます。) | |
PrimarySource | 要素のプライマリ ソースについての情報を取得します。 (IScriptSourcedModelElement から継承されます。) | |
ResolutionStatus | モデル要素の解決ステータスの値を取得または設定します。 (IModelElement から継承されます。) | |
ReturnType | アグリゲーターの戻り値の型を取得または設定します。 (ISql90Aggregate から継承されます。) | |
SecondarySources | 要素のセカンダリ ソースのリストを取得します。 (IScriptSourcedModelElement から継承されます。) | |
SourceCodePositions | この要素を定義するソースの一覧を取得します。 (IModelElement から継承されます。) | |
User | 実行者となるユーザーを取得または設定します。 (ISql90SpecifiesExecutionContext から継承されます。) | |
ValidationStatus | モデル要素の検証ステータスの値を取得または設定します。 (IModelElement から継承されます。) |
このページのトップへ
メソッド
このページのトップへ