SubscriberSecurityMode Property
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The SubscriberSecurityMode property is used to configure the authentication mode used for connections originated by the agent implementing a Subscriber-initiated subscription.
Sintaxe
object
.SubscriberSecurityMode=value
Parts
object
An expression that evaluates to an object in the Applies To listvalue
A long integer or constant value as described in Settings.
Data Type
Long, enumerated
Modifiable
Write-only
Prototype (C/C++)
HRESULT SetSubscriberSecurityMode(SQLDMO_SECURITY_TYPE NewValue);
Settings
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. |