Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns a string value that indicates the level of protection the report server is configured to support. This property is read-only.
Syntax
Public Dim RSWindowsExtendedProtectionLevel As String
public string RSWindowsExtendedProtectionLevel;
Remarks
Returns a string value that indicates the level of protection the report server is configured to support. If the report server that the WMI provider is connected to doesn't support extended protection, "" (empty string) is returned. The following list shows valid values:
"Off" | "Allow" | "Require"
Example code
MSReportServer_ConfigurationSetting class