PrivacyClass Class
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.
Constants for DataSource.Credential.PrivacySetting which defines how data source's data may be shared with other data sources in generated queries.
public static class PrivacyClass
type PrivacyClass = class
Public Class PrivacyClass
- Inheritance
-
PrivacyClass
Fields
None |
Data source may not be mashed up with other data sources |
Organizational |
Organizational data source, its data may be sent to other organizational data sources |
Private |
Private data source, its data may not be sent to other data sources |
Public |
Public data source, its data may be sent to other data sources |