NameChecker.ValidateStreamNameConnection 메서드
Validates the specified stream name connection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Shared Function ValidateStreamNameConnection ( _
streamName As String _
) As NameCheckResult
‘사용 방법
Dim streamName As String
Dim returnValue As NameCheckResult
returnValue = NameChecker.ValidateStreamNameConnection(streamName)
public static NameCheckResult ValidateStreamNameConnection(
string streamName
)
public:
static NameCheckResult ValidateStreamNameConnection(
String^ streamName
)
static member ValidateStreamNameConnection :
streamName:string -> NameCheckResult
public static function ValidateStreamNameConnection(
streamName : String
) : NameCheckResult
매개 변수
- streamName
유형: System.String
The stream name.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The result of the name check.