DelegateGetSQLToolsRegPath Delegate

Definition

Represents whether the tools is registered for the SQL server.

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

Parameters

sRegPath
StringBuilder

The registry path.

pdwSize
UInt32

The estimated size of the structure returned, in bytes.

Return Value

true if the tools is registered for the SQL server; otherwise, false.

Applies to