EnvironmentReference.ReferenceType 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 set the reference type.
public:
property Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference::ReferenceLocationType ReferenceType { Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference::ReferenceLocationType get(); void set(Microsoft::SqlServer::Management::IntegrationServices::EnvironmentReference::ReferenceLocationType value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.ReferenceLocationType ReferenceType { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.ReferenceType : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.ReferenceLocationType with get, set
Public Property ReferenceType As EnvironmentReference.ReferenceLocationType
Property Value
The reference location type.
- Attributes