Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or set the reference type.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property ReferenceType As EnvironmentReference.ReferenceLocationType
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.ReferenceLocationType
The reference location type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices