AlterProcedureStatement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
alter procedure 문입니다.
[System.Serializable]
public class AlterProcedureStatement : Microsoft.SqlServer.TransactSql.ScriptDom.ProcedureStatementBody
[<System.Serializable>]
type AlterProcedureStatement = class
inherit ProcedureStatementBody
Public Class AlterProcedureStatement
Inherits ProcedureStatementBody
- 상속
-
AlterProcedureStatement
- 특성
생성자
| Name | Description |
|---|---|
| AlterProcedureStatement() |
alter procedure 문입니다. |
필드
| Name | Description |
|---|---|
| Uninitialized |
토큰을 나타내고 초기화되지 않은 상수입니다. (다음에서 상속됨 TSqlFragment) |
속성
| Name | Description |
|---|---|
| FirstTokenIndex |
토큰의 첫 번째 인덱스 가져오거나 설정합니다. (다음에서 상속됨 TSqlFragment) |
| FragmentLength |
구문 분석된 스크립트에서 조각이 차지하는 문자 수를 정의합니다. (다음에서 상속됨 TSqlFragment) |
| IsForReplication |
True이면 복제가 정의됩니다. (다음에서 상속됨 ProcedureStatementBody) |
| LastTokenIndex |
토큰의 마지막 인덱스 가져오거나 설정합니다. (다음에서 상속됨 TSqlFragment) |
| MethodSpecifier |
메서드 지정자의 이름입니다. (다음에서 상속됨 ProcedureStatementBodyBase) |
| Options |
옵션이 있는 프로시저입니다. (다음에서 상속됨 ProcedureStatementBody) |
| Parameters |
프로시저 또는 함수에 전달할 수 있는 매개 변수 (다음에서 상속됨 ProcedureStatementBodyBase) |
| ProcedureReference |
프로시저의 이름입니다. 최대 두 부분의 이름이 될 수 있습니다. (다음에서 상속됨 ProcedureStatementBody) |
| ScriptTokenStream |
스크립트 토큰 스트림을 가져오거나 설정합니다. (다음에서 상속됨 TSqlFragment) |
| StartColumn |
시작 열을 가져옵니다. (다음에서 상속됨 TSqlFragment) |
| StartLine |
시작 줄을 가져옵니다. (다음에서 상속됨 TSqlFragment) |
| StartOffset |
구문 분석된 스크립트에서 조각 시작 위치의 문자 오프셋을 정의합니다. (다음에서 상속됨 TSqlFragment) |
| StatementList |
procedure/function에 대한 문(이 경우 단일 BeginEnd) (다음에서 상속됨 ProcedureStatementBodyBase) |
메서드
| Name | Description |
|---|---|
| Accept(TSqlFragmentVisitor) |
방문자 허용 |
| AcceptChildren(TSqlFragmentVisitor) |
어린이 방문자 허용 |