SqlServerDatabaseProperties interface
SQL Server 데이터베이스의 속성입니다.
- Extends
속성
| server |
SQL Server 데이터베이스의 서버 엔드포인트입니다. |
상속된 속성
| collection | 컬렉션에 대한 참조입니다. |
| data |
데이터 원본 컬렉션 이동 상태입니다. |
| data |
데이터 사용 거버넌스. |
| location | 위치. |
| resource |
리소스 그룹입니다. |
| resource |
리소스 ID입니다. |
| resource |
리소스 이름입니다. |
| subscription |
구독 ID입니다. |
속성 세부 정보
serverEndpoint
SQL Server 데이터베이스의 서버 엔드포인트입니다.
serverEndpoint?: string
속성 값
string
상속된 속성 세부 정보
collection
컬렉션에 대한 참조입니다.
collection?: CollectionReference
속성 값
dataSourceCollectionMovingState
데이터 원본 컬렉션 이동 상태입니다.
dataSourceCollectionMovingState?: "Failed" | "Active" | "Moving"
속성 값
"Failed" | "Active" | "Moving"
AzureDataSourceProperties.dataSourceCollectionMovingState 상속된
dataUseGovernance
데이터 사용 거버넌스.
dataUseGovernance?: "Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"
속성 값
"Enabled" | "Disabled" | "DisabledByAnotherAccount" | "EnabledAtAncestorScope"