Sql90UserInteractionServices 클래스

SQL Server 2005에 대한 UserInteractionServices입니다.

상속 계층 구조

System.Object
  Microsoft.Data.Schema.UserInteractionServices
    Microsoft.Data.Schema.Sql.SqlUserInteractionServices
      Microsoft.Data.Schema.Sql.Sql90UserInteractionServices

네임스페이스:  Microsoft.Data.Schema.Sql
어셈블리:  Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)

구문

‘선언
Public NotInheritable Class Sql90UserInteractionServices _
    Inherits SqlUserInteractionServices
public sealed class Sql90UserInteractionServices : SqlUserInteractionServices
public ref class Sql90UserInteractionServices sealed : public SqlUserInteractionServices
[<Sealed>]
type Sql90UserInteractionServices =  
    class
        inherit SqlUserInteractionServices
    end
public final class Sql90UserInteractionServices extends SqlUserInteractionServices

Sql90UserInteractionServices 형식에서는 다음과 같은 멤버를 노출합니다.

속성

  이름 설명
Public 속성 BatchSeparator 일괄 처리의 끝을 표시하는 데 사용되는 키워드를 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Protected 속성 DatabaseSchemaProvider 현재 DatabaseSchemaProvider에 대한 참조를 가져옵니다. (UserInteractionServices에서 상속됨)
Public 속성 DatabaseSchemaProviderDisplayName 데이터베이스 스키마 공급자의 표시 이름을 가져옵니다. (UserInteractionServices.DatabaseSchemaProviderDisplayName을(를) 재정의함)
Public 속성 DisplayableElementClasses 사용자 인터페이스 구성 요소가 표시해야 하는 요소 클래스의 목록을 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Public 속성 ProjectIcon 특정 DSP 프로젝트의 아이콘을 가져옵니다. (UserInteractionServices에서 상속됨)
Protected 속성 ScriptGenerator Transact-SQL 스크립트 생성기를 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Public 속성 TransparentColor 비트맵의 일부를 투명하게 만드는 데 사용되는 색을 가져옵니다. (UserInteractionServices에서 상속됨)

위쪽

메서드

  이름 설명
Public 메서드 Equals 지정한 Object가 현재 Object와 같은지 여부를 확인합니다. (Object에서 상속됨)
Protected 메서드 Finalize 가비지 수집에서 회수하기 전에 개체에서 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Public 메서드 GetDisplayName(ModelIdentifier, Boolean, Boolean) 이름에 이스케이프 문자를 사용할지 여부와 전체 이름을 제공할지 아니면 약식 이름을 제공할지를 지정하는 식별자의 표시 이름을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetDisplayName(ModelIdentifier, Boolean, Boolean, Int32) 식별자의 표시 이름을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetElementName(IModelElement, ElementNameStyle) 지정된 요소의 이름을 반환합니다. (UserInteractionServices에서 상속됨)
Protected 메서드 GetElementName(IModelElement, Boolean, Boolean, Boolean) 지정된 모델 요소의 요소 이름을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 GetElementName(IModelElement, Boolean, Boolean, Boolean, Int32) 지정된 요소의 이름을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetElementTypeDescription 요소 형식 설명을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 GetErrorMessageName 지정된 오류 메시지에 대한 이름을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetEscapedNameString 이스케이프된 이름 문자열을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetFileExtension 지정된 ModelElementClass의 파일 이름 확장명을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetFolderIcon 제공된 스타일 표시에 따라 선택된 비트맵 아이콘을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetFolderName 지정된 ModelElementClass에 대한 폴더 이름을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetHashCode 특정 형식에 대한 해시 함수 역할을 합니다. (Object에서 상속됨)
Public 메서드 GetIcon(IModelElement) 제공된 요소에 맞게 UI에 사용할 아이콘의 비트맵을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetIcon(ModelElementClass) 제공된 요소에 맞게 UI에 사용할 아이콘의 비트맵을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetIcon(IModelElement, ElementIconState) 제공된 요소 및 아이콘 상태에 맞게 UI에 사용할 아이콘의 비트맵을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetIcon(ModelElementClass, ElementIconState) 지정된 ModelElementClass 및 상태에 대한 아이콘을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 GetInlineConstraintElementName 지정된 인라인 제약 조건에 대한 이름을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드정적 멤버 GetInstance Sql90UserInteractionServices의 singleton 인스턴스를 반환합니다.
Protected 메서드 GetNameString 이름을 반환하고 요청 시 문자열을 이스케이프합니다. (UserInteractionServices에서 상속됨)
Protected 메서드 GetParameterName 지정된 매개 변수의 이름을 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 GetProcedureName 지정된 저장 프로시저의 이름을 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetRelatedElementTypeDescription 제공된 관계의 관련 개체에 대한 설명을 반환합니다. (UserInteractionServices에서 상속됨)
Public 메서드 GetSqlCollations SQL Server 데이터 정렬을 반환합니다. (SqlUserInteractionServices에서 상속됨)
Public 메서드 GetType 현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Protected 메서드 GetTypeSpecifierName 지정된 형식 지정자의 이름을 가져옵니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 Initialize UIInfo 및 인터페이스 형식 매핑을 설정하기 위한 메서드를 초기화합니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 InitializeInterfaceUIInfoMap 인터페이스를 UIInfo 매핑에 추가합니다. (SqlUserInteractionServices에서 상속됨)
Protected 메서드 MakeIconTransparent TransparentColor 속성의 값을 사용하여 제공된 아이콘을 투명하게 만듭니다. (UserInteractionServices에서 상속됨)
Protected 메서드 MemberwiseClone 현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)
Public 메서드 ToString 현재 개체를 나타내는 문자열을 반환합니다. (Object에서 상속됨)
Public 메서드 TryConstructConnectionStringAndProvider SQL Server별 연결 문자열 및 SQL Server 공급자를 가져오는 데 사용됩니다. (SqlUserInteractionServices에서 상속됨)

위쪽

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

참조

Microsoft.Data.Schema.Sql 네임스페이스