SqlWorkflowInstanceStoreElement.ConnectionString 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터베이스 서버에 대한 연결 문자열 가져오거나 설정합니다.
public:
property System::String ^ ConnectionString { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("connectionString", IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string ConnectionString { get; set; }
[<System.Configuration.ConfigurationProperty("connectionString", IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ConnectionString : string with get, set
Public Property ConnectionString As String
속성 값
인스턴스 저장소 데이터베이스에 대한 연결에 대한 정보가 들어 있는 문자열입니다.
- 특성
설명
연결 문자열 콘텐츠의 예로는 공급자, 데이터 원본, 인스턴스 저장소 데이터베이스 및 통합 보안 정보가 있습니다.