WorkflowRuntimeElement.CommonParameters 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서비스에서 사용하는 일반 매개 변수 컬렉션을 가져옵니다.
public:
property System::Configuration::NameValueConfigurationCollection ^ CommonParameters { System::Configuration::NameValueConfigurationCollection ^ get(); };
[System.Configuration.ConfigurationProperty("commonParameters", DefaultValue=null)]
public System.Configuration.NameValueConfigurationCollection CommonParameters { get; }
[<System.Configuration.ConfigurationProperty("commonParameters", DefaultValue=null)>]
member this.CommonParameters : System.Configuration.NameValueConfigurationCollection
Public ReadOnly Property CommonParameters As NameValueConfigurationCollection
속성 값
서비스에서 사용하는 일반 매개 변수를 포함하는 NameValueConfigurationCollection
입니다. 기본값은 null
입니다.
- 특성
설명
일반적으로 이 컬렉션에는 영속 서비스에서 공유할 수 있는 데이터베이스 연결 문자열이 포함됩니다.