다음을 통해 공유


ApplicationIDAttribute(String) 생성자

정의

COM+ 애플리케이션의 애플리케이션 ID를 나타내는 GUID를 지정하여 ApplicationIDAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 ApplicationIDAttribute(System::String ^ guid);
public ApplicationIDAttribute (string guid);
new System.EnterpriseServices.ApplicationIDAttribute : string -> System.EnterpriseServices.ApplicationIDAttribute
Public Sub New (guid As String)

매개 변수

guid
String

COM+ 애플리케이션과 관련된 GUID입니다.

예제

다음 코드 예제에는 새로 만드는 방법을 보여 줍니다 ApplicationIDAttribute합니다.

// The GUID (Globally Unique Identifier) shown below is for example purposes
// only and should be replaced by a GUID that you have generated.
[assembly: ApplicationID("727FC170-1D80-4e89-84CC-22AAB10A6F24")]
' The GUID (Globally Unique Identifier) shown below is for example purposes
' only and should be replaced by a GUID that you have generated.
<Assembly: ApplicationID("727FC170-1D80-4e89-84CC-22AAB10A6F24")>

적용 대상