DelegateGetSvcInstRootDirPathByName 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 인스턴스 이름으로 특정 SQL 인스턴스의 디렉터리 경로 루트를 나타냅니다.
public delegate bool DelegateGetSvcInstRootDirPathByName(System::String ^ sInstanceName, SQL_SVCS Service, StringBuilder ^ sPath, [Runtime::InteropServices::Out] System::UInt32 % pdwSize);
public delegate bool DelegateGetSvcInstRootDirPathByName(string sInstanceName, SQL_SVCS Service, StringBuilder sPath, out uint pdwSize);
type DelegateGetSvcInstRootDirPathByName = delegate of string * SQL_SVCS * StringBuilder * uint32 -> bool
Public Delegate Function DelegateGetSvcInstRootDirPathByName(sInstanceName As String, Service As SQL_SVCS, sPath As StringBuilder, ByRef pdwSize As UInteger) As Boolean
매개 변수
- sInstanceName
- String
인스턴스 이름입니다.
- Service
- SQL_SVCS
SQL Server 문자 문자열입니다.
- sPath
- StringBuilder
구성 파일의 위치입니다.
- pdwSize
- UInt32
반환된 구조체의 예상 크기(바이트)입니다.
반환 값
true 디렉터리 경로 루트를 이름으로 가져오는 경우 그렇지 않으면 입니다 false.