IResolvedUserDefinedAggregateSynonym Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public interface IResolvedUserDefinedAggregateSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym, Microsoft.SqlServer.Management.SqlParser.Metadata.IUserDefinedAggregate
type IResolvedUserDefinedAggregateSynonym = interface
interface IResolvedSynonym
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IUserDefinedAggregate
interface IScalarFunction
interface IFunction
interface IFunctionModuleBase
interface IScalar
Public Interface IResolvedUserDefinedAggregateSynonym
Implements IResolvedSynonym, IUserDefinedAggregate
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| DataType | (Ereditato da IScalar) |
| IsAggregateFunction | (Ereditato da IScalarFunction) |
| IsSystemObject | (Ereditato da IDatabaseObject) |
| Name | (Ereditato da IMetadataObject) |
| Nullable | (Ereditato da IScalar) |
| Parameters | (Ereditato da IFunctionModuleBase) |
| Parent | (Ereditato da IDatabaseObject) |
| ScalarType | (Ereditato da IScalar) |
| Schema | (Ereditato da ISchemaOwnedObject) |
| Synonym | (Ereditato da IResolvedSynonym) |
| TargetObject | |
Metodi
| Nome | Descrizione |
|---|---|
| Accept<T>(IDatabaseObjectVisitor<T>) | (Ereditato da IDatabaseObject) |
| Accept<T>(IMetadataObjectVisitor<T>) | (Ereditato da IMetadataObject) |
| Accept<T>(ISchemaOwnedObjectVisitor<T>) | (Ereditato da ISchemaOwnedObject) |
Metodi di estensione
| Nome | Descrizione |
|---|---|
| TypeInfo(IMetadataObject) | |