DelegateGetSvcInstRootRegPathByName 대리자

정의

특정 SQL instance 대한 레지스트리 경로 루트가 지정된 instance 이름으로 설정되었는지 여부를 나타냅니다.

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

매개 변수

sInstanceName
String

인스턴스의 이름입니다.

Service
SQL_SVCS

SQL 서비스입니다.

sRegPath
StringBuilder

레지스트리 경로입니다.

pdwSize
UInt32

반환된 구조체의 예상 크기(바이트)입니다.

반환 값

true특정 SQL instance 대한 레지스트리 경로 루트가 지정된 instance 이름으로 설정되면 이고, false그렇지 않으면 입니다.

적용 대상