DataSource.SecurityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the authentication method of the data source.
public:
property Microsoft::ReportingServices::RdlObjectModel::SecurityTypeEnum SecurityType { Microsoft::ReportingServices::RdlObjectModel::SecurityTypeEnum get(); void set(Microsoft::ReportingServices::RdlObjectModel::SecurityTypeEnum value); };
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")]
public Microsoft.ReportingServices.RdlObjectModel.SecurityTypeEnum SecurityType { get; set; }
[<System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)>]
[<System.Xml.Serialization.XmlElement(Namespace="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")>]
member this.SecurityType : Microsoft.ReportingServices.RdlObjectModel.SecurityTypeEnum with get, set
Public Property SecurityType As SecurityTypeEnum
Property Value
A SecurityTypeEnum object.
- Attributes