Dela via


ISql90Procedure Members

Include Protected Members
Include Inherited Members

Represents the Sql90 procedure.

The ISql90Procedure type exposes the following members.

Methods

 

Name

Description

Public method

AddAnnotation

Adds an annotation. (Inherited from IModelAnnotationHolder.)

Public method

Delete

Deletes this instance from the model. (Inherited from IModelElement.)

Public method

GetAnnotations

Overloaded. Returns all attached annotations.

Public method

GetAssemblyRelationship

(Inherited from ISql90ClrClassDefined.)

Public method

GetBodyDependenciesRelationship

Returns the body dependencies relationship. (Inherited from IProcedure.)

Public method

GetComposingChildren

Returns a list of composing children for this element. (Inherited from IModelElement.)

Public method

GetDynamicObjectsRelationship

Returns the dynamic objects relationship. (Inherited from ISqlProcedure.)

Public method

GetExtendedPropertiesRelationship

Returns an extended properties relationship collection. (Inherited from IExtendedPropertyHost.)

Public method

GetHierarchicalChildren

Returns a list of hierarchical children for this element. (Inherited from IModelElement.)

Public method

GetLoginRelationship

(Inherited from ISql90SpecifiesExecutionContext.)

Public method

GetOwnerInfo

Returns information about the element owner. (Inherited from IModelElement.)

Public method

GetOwnerRelationship

(Inherited from ISqlOwnedObject.)

Public method

GetParametersRelationship

(Inherited from ISqlSubroutine.)

Public method

GetParentProcRelationship

Returns the parent procedure relationship. (Inherited from ISqlProcedure.)

Public method

GetPermissionsRelationship

Returns a permissions relationship collection. (Inherited from ISqlSecurable.)

Public method

GetProperty<TProperty>

Gets the specified property. (Inherited from IModelPropertyContainer.)

Public method

GetRelatedDanglingRelationshipEntries

Returns a list of the dangling relationship entries, where this element is on the left side. (Inherited from IModelElement.)

Public method

GetRelatedElements

Returns a list of the elements that are in a relationship with this element, where this element is on the left side. (Inherited from IModelElement.)

Public method

GetRelatedRelationshipEntries

Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.)

Public method

GetRelatingElements

Returns a list of the elements that are in a relationship with this element, where this element is on the right side. (Inherited from IModelElement.)

Public method

GetRelatingRelationshipEntries

Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.)

Public method

GetRelationship

Overloaded. Returns the asked relationship.

Public method

GetRelationshipEntrySources

Returns the list of relationship entry sources for a relationship entry. (Inherited from IScriptSourcedElement.)

Public method

GetRelationships

Returns a list of the relationships of this element. (Inherited from IModelElement.)

Public method

GetSignaturesRelationship

(Inherited from ISql90Signable.)

Public method

GetSynonymsRelationship

(Inherited from ISql90SynonymTarget.)

Public method

GetUserRelationship

(Inherited from ISql90SpecifiesExecutionContext.)

Public method

IsDeleted

Specifies whether the object is deleted. (Inherited from IModelElement.)

Public method

IsExternal

Specifies whether the object is external. (Inherited from IModelElement.)

Public method

RemoveAnnotation

Removes an annotation. (Inherited from IModelAnnotationHolder.)

Public method

SetProperty<TProperty>

Sets the specified property. (Inherited from IModelPropertyContainer.)

Top

Properties

 

Name

Description

Public property

Assembly

(Inherited from ISql90ClrClassDefined.)

Public property

BodyDependencies

Gets a list of body dependencies. (Inherited from IProcedure.)

Public property

BodyScript

Gets or sets a Sql element source. (Inherited from ISqlProcedure.)

Public property

ClassName

(Inherited from ISql90ClrClassDefined.)

Public property

DynamicObjects

Gets a list of Sql procedure objects. (Inherited from ISqlProcedure.)

Public property

ElementClass

Gets the metadata class. (Inherited from IModelElement.)

Public property

ElementSource

Gets the element source for an element. (Inherited from IScriptSourcedElement.)

Public property

ExtendedProperties

Gets a list of extended properties. (Inherited from IExtendedPropertyHost.)

Public property

IsAnsiNullsOn

(Inherited from ISqlSpecifiesAnsiNulls.)

Public property

IsCaller

(Inherited from ISql90SpecifiesExecutionContext.)

Public property

IsEncrypted

(Inherited from ISqlSubroutine.)

Public property

IsForReplication

Gets or sets whether procedure is for replication. (Inherited from ISqlProcedure.)

Public property

IsOwner

(Inherited from ISql90SpecifiesExecutionContext.)

Public property

IsQuotedIdentifierOn

(Inherited from ISqlSpecifiesQuotedIdentifier.)

Public property

IsRecompiled

Gets or sets whether procedure is recompiled. (Inherited from ISqlProcedure.)

Public property

IsReplicated

(Inherited from ISqlSupportsReplication.)

Public property

IsSelf

(Inherited from ISql90SpecifiesExecutionContext.)

Public property

Login

(Inherited from ISql90SpecifiesExecutionContext.)

Public property

MethodName

(Inherited from ISql90ClrMethodDefined.)

Public property

Model

Gets the model reference. (Inherited from IModelEntity.)

Public property

Name

Gets or sets the name of the IModelElement. (Inherited from IModelElement.)

Public property

Owner

(Inherited from ISqlOwnedObject.)

Public property

Parameters

(Inherited from ISqlSubroutine.)

Public property

ParentProc

Gets or sets parent procedure. (Inherited from ISqlProcedure.)

Public property

Permissions

Gets a list of permissions. (Inherited from ISqlSecurable.)

Public property

ResolutionStatus

Gets or sets the value of the model element resolution status. (Inherited from IModelElement.)

Public property

Signatures

(Inherited from ISql90Signable.)

Public property

Synonyms

(Inherited from ISql90SynonymTarget.)

Public property

User

(Inherited from ISql90SpecifiesExecutionContext.)

Public property

ValidationStatus

Gets or sets the value of the model element validation status. (Inherited from IModelElement.)

Top

See Also

Reference

ISql90Procedure Interface

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace