다음을 통해 공유


NSInstance.ArgumentKey Property

Gets or sets the key used to encrypt delivery channel and event provider arguments that are stored in Notification Services databases.

네임스페이스: Microsoft.SqlServer.NotificationServices
어셈블리: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

구문

‘선언
Public Property ArgumentKey As String
public string ArgumentKey { get; set; }
public:
virtual property String^ ArgumentKey {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_ArgumentKey ()

/** @property */
public final void set_ArgumentKey (String value)
public final function get ArgumentKey () : String

public final function set ArgumentKey (value : String)

속성 값

A string containing the key value used to encrypt delivery channel and event provider arguments in the instance and application databases. The encryption key string can contain up to 2500 characters.

주의

The argument key is stored in the Microsoft Windows registry. You must provide the same key when registering, creating, and updating an instance of Notification Services.

스레드 보안

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

NSInstance Class
NSInstance Members
Microsoft.SqlServer.NotificationServices Namespace