AdomdCommand 클래스
분석 데이터 원본에 대해 실행할 명령을 나타냅니다.
상속 계층
Object
Microsoft.AnalysisServices.AdomdServer.AdomdCommand
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class AdomdCommand _
Implements IDisposable, IDbCommand, ICloneable
‘사용 방법
Dim instance As AdomdCommand
public sealed class AdomdCommand : IDisposable,
IDbCommand, ICloneable
public ref class AdomdCommand sealed : IDisposable,
IDbCommand, ICloneable
[<SealedAttribute>]
type AdomdCommand =
class
interface IDisposable
interface IDbCommand
interface ICloneable
end
public final class AdomdCommand implements IDisposable, IDbCommand, ICloneable
AdomdCommand 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
AdomdCommand() | 기본값을 사용하여 AdomdCommand 클래스의 새 인스턴스를 초기화합니다. | |
AdomdCommand(String) | 명령 텍스트를 사용하여 AdomdCommand 클래스의 새 인스턴스를 초기화합니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
CommandText | 실행할 명령을 가져오거나 설정합니다. | |
CommandTimeout | 명령을 실행하기 위해 대기하는 시간을 가져오거나 설정합니다. 이 시간이 지나면 AdomdCommand에서 명령 실행 시도를 중지하고 오류를 생성합니다. | |
CommandType | AdomdCommand 에서 사용되는 CommandType을 가져오거나 설정합니다. | |
Parameters | AdomdCommand 에서 명령을 실행할 때 사용하는 매개 변수를 포함하는 AdomdParameterCollection 클래스의 인스턴스를 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
{dtor} | AdomdCommand 에서 사용하는 모든 리소스를 해제합니다. | |
Cancel | AdomdCommand 에서 현재 실행 중인 명령을 취소하려고 시도합니다. | |
Clone | 현재 AdomdCommand를 기반으로 AdomdCommand 클래스의 인스턴스를 만들어 반환합니다. | |
CreateParameter | 새로 만든 AdomdParameter를 반환합니다. | |
Dispose | AdomdCommand 에서 사용하는 모든 리소스를 해제합니다. | |
Equals | (Object에서 상속됨) | |
ExecuteNonQuery | 결과를 반환하지 않고 AdomdCommand를 실행합니다. | |
ExecuteReader() | AdomdCommand 를 실행하고 AdomdDataReader를 반환합니다. | |
ExecuteReader(CommandBehavior) | 지정한 CommandBehavior 열거 값을 사용하여 AdomdCommand를 실행하고 AdomdDataReader를 반환합니다. | |
ExecuteScalar | 문을 실행하고 첫 번째 열의 첫 번째 개체를 반환합니다. | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
Prepare | AdomdCommand 를 실행할 수 있는지 여부를 확인합니다. | |
ToString | (Object에서 상속됨) |
위쪽
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
ICloneableClone | 이 개체의 현재 인스턴스에 대한 복사본인 새 개체를 만듭니다. | |
IDbCommandCreateParameter | IDbDataParameter 개체의 새 인스턴스를 만들어 반환합니다. | |
IDbCommandExecuteReader() | Connection 에 대해 CommandText를 실행하고 IDataReader를 작성합니다. | |
IDbCommandExecuteReader(CommandBehavior) | Connection 에 대해 CommandText를 실행하고 CommandBehavior 값 중 하나를 사용하여 IDataReader를 작성합니다. |
위쪽
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.