Compartir a través de


EnvironmentReference.ReferenceType Propiedad

Gets or set the reference type.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(Data := True)> _
Public Property ReferenceType As EnvironmentReference.ReferenceLocationType 
    Get 
    Set
'Uso
Dim instance As EnvironmentReference 
Dim value As EnvironmentReference.ReferenceLocationType 

value = instance.ReferenceType

instance.ReferenceType = value
[SfcPropertyAttribute(Data = true)]
public EnvironmentReference.ReferenceLocationType ReferenceType { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property EnvironmentReference.ReferenceLocationType ReferenceType {
    EnvironmentReference.ReferenceLocationType get ();
    void set (EnvironmentReference.ReferenceLocationType value);
}
[<SfcPropertyAttribute(Data = true)>]
member ReferenceType : EnvironmentReference.ReferenceLocationType with get, set
function get ReferenceType () : EnvironmentReference.ReferenceLocationType 
function set ReferenceType (value : EnvironmentReference.ReferenceLocationType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.ReferenceLocationType
The reference location type.

Vea también

Referencia

EnvironmentReference Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices