DacProfile 클래스

Contains settings related to a specific deployment configuration.

상속 계층

System.Object
  Microsoft.SqlServer.Dac.DacProfile

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public NotInheritable Class DacProfile
‘사용 방법
Dim instance As DacProfile
public sealed class DacProfile
public ref class DacProfile sealed
[<SealedAttribute>]
type DacProfile =  class end
public final class DacProfile

DacProfile 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 DacProfile Construct a new instance of the DacProfile class with a default set of deployment options.

맨 위로 이동

속성

  이름 설명
공용 속성 DeployOptions Get deployment options associated with this profile.
공용 속성 TargetConnectionString Get or set connection string for database server used as the target of a deployment.
공용 속성 TargetDatabaseName Get or set name of database used as the target of a deployment.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드정적 멤버 Load(Stream) Create a DacProfile instance by reading serialized profile data from the specified DacProfile.
공용 메서드정적 멤버 Load(String) Create a DacProfile instance by reading serialized profile data from the specified file.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dac 네임스페이스