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
参数
- streamName
类型:System.String
The stream name.
返回值
类型:Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The specified name of the stream.