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 命名空間