다음을 통해 공유


NameChecker.ValidateStreamName 메서드

Validates the specified name of the stream.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Shared Function ValidateStreamName ( _
    streamName As String _
) As NameCheckResult
‘사용 방법
Dim streamName As String 
Dim returnValue As NameCheckResult 

returnValue = NameChecker.ValidateStreamName(streamName)
public static NameCheckResult ValidateStreamName(
    string streamName
)
public:
static NameCheckResult ValidateStreamName(
    String^ streamName
)
static member ValidateStreamName : 
        streamName:string -> NameCheckResult
public static function ValidateStreamName(
    streamName : String
) : NameCheckResult

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The specified name of the stream.

참고 항목

참조

NameChecker 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스