StoredProcedure 속성

보호된 멤버 포함
상속된 멤버 포함

StoredProcedure 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AnsiNullsStatus Gets the Boolean property value that specifies whether ISO NULL handling is enabled in the stored procedure.
공용 속성 AssemblyName Gets or sets the name of the .NET assembly that is required by the referenced stored procedure.
공용 속성 ClassName Gets or sets the name of the class called by the referenced stored procedure.
공용 속성 CreateDate Gets the date and time when the stored procedure was created.
공용 속성 DateLastModified Gets the date and time when the stored procedure was last modified.
공용 속성 Events Gets the events associated with the stored procedure.
공용 속성 ExecutionContext Gets or sets the execution context for the stored procedure.
공용 속성 ExecutionContextPrincipal Gets or sets the execution context principal for the stored procedure.
공용 속성 ExtendedProperties Gets the extended properties of the StoredProcedure object.
공용 속성 ForReplication Gets or sets the Boolean property value that specifies whether the stored procedure is available for replication.
공용 속성 ID Gets the ID value that uniquely identifies the stored procedure.
공용 속성 ImplementationType Gets or sets the implementation type of the stored procedure.
공용 속성 IsEncrypted Gets or sets the Boolean property value that specifies whether the stored procedure is encrypted.
공용 속성 IsSchemaOwned Gets a Boolean property that specifies whether the stored procedure is owned by a schema.
공용 속성 IsSystemObject Gets the Boolean property value that specifies whether the stored procedure is a system object.
공용 속성 MethodName Gets the method name for the stored procedure.
공용 속성 Name Gets or sets a String value that specifies the name of the stored procedure. (ScriptSchemaObjectBase.Name을(를) 재정의함)
공용 속성 NumberedStoredProcedures Represents a collection of NumberedStoredProcedureCollection objects. Each NumberedStoredProcedure object represents a numbered stored procedure defined for the stored procedure.
공용 속성 Owner Gets or sets the owner of the stored procedure.
공용 속성 Parameters Represents a collection of StoredProcedureParameterCollection objects. Each StoredProcedureParameter object represents a parameter defined for the stored procedure.
공용 속성 Parent Gets or sets the Database object that is the parent of the StoredProcedure object.
공용 속성 Properties Gets a collection of Property objects that represent the object properties. (SqlSmoObject에서 상속됨)
공용 속성 QuotedIdentifierStatus Gets or sets a Boolean property value that specifies whether identifiers delimited by double quotation marks are Transact-SQL reserved keywords or contain characters not usually allowed by the Transact-SQL syntax rules.
공용 속성 Recompile Gets or sets the Boolean property value that specifies whether the stored procedure is recompiled before execution.
공용 속성 Schema Gets or sets a String value that specifies the name of the schema that contains the stored procedure. (ScriptSchemaObjectBase.Schema을(를) 재정의함)
공용 속성 Startup Gets or sets the Boolean property value that specifies whether the stored procedure runs when the instance of Microsoft SQL Server starts up.
공용 속성 State Gets the state of the referenced object. (SmoObjectBase에서 상속됨)
공용 속성 TextBody Gets or sets the Transact-SQL string that defines the stored procedure.
공용 속성 TextHeader Gets or sets the header part of the Transact-SQL string that defines the stored procedure.
공용 속성 TextMode Gets or sets the Boolean property that specifies whether the text header is editable as text.
공용 속성 Urn Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (SqlSmoObject에서 상속됨)
공용 속성 UserData Gets or sets user-defined data associated with the referenced object. (SmoObjectBase에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 ISfcSupportsDesignMode.IsDesignMode Gets a Boolean value that specifies whether the stored procedure supports design mode.

맨 위로 이동

참고 항목

참조

StoredProcedure 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스