Freigeben über


Procedure-Klasse

Model schema container class for Procedure

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dac.Model.Procedure

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class Procedure
'Usage
public static class Procedure
public ref class Procedure abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Procedure =  class end
public final class Procedure

Der Procedure-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche EigenschaftStatisches Element AnsiNullsOn AnsiNullsOn property class of Procedure
Öffentliche EigenschaftStatisches Element Assembly Assembly relationship class of Procedure
Öffentliche EigenschaftStatisches Element BodyDependencies BodyDependencies relationship class of Procedure
Öffentliche EigenschaftStatisches Element ClassName ClassName property class of Procedure
Öffentliche EigenschaftStatisches Element ExecuteAsCaller ExecuteAsCaller property class of Procedure
Öffentliche EigenschaftStatisches Element ExecuteAsOwner ExecuteAsOwner property class of Procedure
Öffentliche EigenschaftStatisches Element ExecuteAsSelf ExecuteAsSelf property class of Procedure
Öffentliche EigenschaftStatisches Element ForReplication ForReplication property class of Procedure
Öffentliche EigenschaftStatisches Element IsReplicated IsReplicated property class of Procedure
Öffentliche EigenschaftStatisches Element Login Login relationship class of Procedure
Öffentliche EigenschaftStatisches Element MethodName MethodName property class of Procedure
Öffentliche EigenschaftStatisches Element Parameters Parameters relationship class of Procedure
Öffentliche EigenschaftStatisches Element ParentProcedure ParentProcedure relationship class of Procedure
Öffentliche EigenschaftStatisches Element QuotedIdentifierOn QuotedIdentifierOn property class of Procedure
Öffentliche EigenschaftStatisches Element Schema Schema relationship class of Procedure
Öffentliche EigenschaftStatisches Element TypeClass Type class for Procedure
Öffentliche EigenschaftStatisches Element User User relationship class of Procedure
Öffentliche EigenschaftStatisches Element WithEncryption WithEncryption property class of Procedure
Öffentliche EigenschaftStatisches Element WithRecompile WithRecompile property class of Procedure

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dac.Model-Namespace