Espandi Riduci a icona
Questo argomento non è stato ancora valutato - Valuta questo argomento

SubscriberSecurityMode Property

Questa caratteristica verrà rimossa a partire da una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The SubscriberSecurityMode property is used to configure the authentication mode used for connections originated by the agent implementing a Subscriber-initiated subscription.

object.SubscriberSecurityMode=value
object

An expression that evaluates to an object in the Applies To list

value

A long integer or constant value as described in Settings.

Long, enumerated

Write-only

HRESULT SetSubscriberSecurityMode(SQLDMO_SECURITY_TYPE NewValue);

Set value using these SQLDMO_SECURITY_TYPE values.

Constant

Value

Description

SQLDMOSecurity_Integrated

1

Allows Windows Authentication only.

SQLDMOSecurity_Mixed

2

Allows Windows Authentication or SQL Server Authentication.

SQLDMOSecurity_Normal

0

Allows SQL Server Authentication only.

SQLDMOSecurity_Unknown

9

The security type cannot be determined.

Il documento è risultato utile?
(1500 caratteri rimanenti)

Aggiunte alla community

AGGIUNGI
© 2013 Microsoft. Tutti i diritti riservati.