Server.GetPropertyNames(Type, DatabaseEngineEdition) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 개체 형식에서 지원하는 속성 필드 가져오기
public System.Collections.Specialized.StringCollection GetPropertyNames(Type typeObject, Microsoft.SqlServer.Management.Common.DatabaseEngineEdition databaseEngineEdition);
member this.GetPropertyNames : Type * Microsoft.SqlServer.Management.Common.DatabaseEngineEdition -> System.Collections.Specialized.StringCollection
Public Function GetPropertyNames (typeObject As Type, databaseEngineEdition As DatabaseEngineEdition) As StringCollection
매개 변수
- typeObject
- Type
개체의 형식
- databaseEngineEdition
- DatabaseEngineEdition
개체의 데이터베이스 버전입니다. 이는 데이터베이스에 필요하며 자식은 databaseEngineEdition에 따라 다른 속성을 가질 수 있습니다.