Compartir a través de


ExtendedStoredProcedure.DllLocation Propiedad

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

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property DllLocation As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Ejemplos

Trabajar con objetos de bases de datos

Vea también

Referencia

ExtendedStoredProcedure Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Extended Stored Procedures