EnvironmentReference.ReferenceType Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el tipo de referencia.
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
Valor de propiedad
El tipo de ubicación de referencia.
- Atributos