Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Validates the specified name of the stream.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function ValidateStreamName ( _
streamName As String _
) As NameCheckResult
'Usage
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
Parameters
- streamName
Type: System.String
The stream name.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.NameCheckResult
The specified name of the stream.