IResolvedScalarValuedFunctionSynonym 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 IResolvedScalarValuedFunctionSynonym : Microsoft.SqlServer.Management.SqlParser.Metadata.IResolvedSynonym, Microsoft.SqlServer.Management.SqlParser.Metadata.IScalarValuedFunction
type IResolvedScalarValuedFunctionSynonym = interface
interface IResolvedSynonym
interface ISchemaOwnedObject
interface IDatabaseObject
interface IMetadataObject
interface IScalarValuedFunction
interface IUserDefinedFunction
interface IFunction
interface IFunctionModuleBase
interface IUserDefinedFunctionModuleBase
interface ICallableModule
interface IScalarFunction
interface IScalar
Public Interface IResolvedScalarValuedFunctionSynonym
Implements IResolvedSynonym, IScalarValuedFunction
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| BodyText | (Ereditato da IUserDefinedFunction) |
| DataType | (Ereditato da IScalar) |
| ExecutionContext | (Ereditato da IUserDefinedFunctionModuleBase) |
| IsAggregateFunction | (Ereditato da IScalarFunction) |
| IsEncrypted | (Ereditato da IUserDefinedFunctionModuleBase) |
| IsQuotedIdentifierOn | (Ereditato da IUserDefinedFunction) |
| IsSchemaBound | (Ereditato da IUserDefinedFunction) |
| IsSqlClr | (Ereditato da IUserDefinedFunction) |
| IsSystemObject | (Ereditato da IDatabaseObject) |
| ModuleType | (Ereditato da ICallableModule) |
| Name | (Ereditato da IMetadataObject) |
| Nullable | (Ereditato da IScalar) |
| Parameters | (Ereditato da IFunctionModuleBase) |
| Parent | (Ereditato da IDatabaseObject) |
| ReturnsNullOnNullInput | (Ereditato da IScalarValuedFunction) |
| ReturnType | (Ereditato da ICallableModule) |
| 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) | |