DelegateGetSQLBinPathByInstID Delegado

Definición

Representa una ruta de acceso de archivos binarios de SQL mediante el identificador de una instancia.

public delegate bool DelegateGetSQLBinPathByInstID(INST_ID ^ pInstanceID, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSQLBinPathByInstID(INST_ID pInstanceID, StringBuilder sPath, out uint pdwSize);
type DelegateGetSQLBinPathByInstID = delegate of INST_ID * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSQLBinPathByInstID(pInstanceID As INST_ID, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean 

Parámetros

pInstanceID
INST_ID

Puntero al identificador de la instancia pertinente.

sPath
StringBuilder

Puntero a un búfer para recibir la ruta de acceso.

pdwSize
UInt32

Devuelve la longitud requerida si el búfer proporcionado es demasiado pequeño.

Valor devuelto

Un Boolean valor contiene la ruta de acceso binaria de SQL por un identificador de instancia.

Se aplica a