Partager via


Propriété ExtendedStoredProcedure.DllLocation

Gets or sets the directory path for the dynamic link library that contains the external, user-defined routine.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DllLocation As String 
    Get 
    Set
'Utilisation
Dim instance As ExtendedStoredProcedure 
Dim value As String 

value = instance.DllLocation

instance.DllLocation = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public string DllLocation { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property String^ DllLocation {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member DllLocation : string with get, set
function get DllLocation () : String 
function set DllLocation (value : String)

Valeur de propriété

Type : System.String
A String value that specifies the directory path for the dynamic link library that contains the routine.

Exemples

Utilisation des objets de base de données

Voir aussi

Référence

ExtendedStoredProcedure Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Extended Stored Procedures