Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub New ( _
ordinal As Short, _
sqlType As String, _
columnName As String, _
maxLength As Short _
)
public TeamFoundationMetadataAttribute(
short ordinal,
string sqlType,
string columnName,
short maxLength
)
public:
TeamFoundationMetadataAttribute(
short ordinal,
String^ sqlType,
String^ columnName,
short maxLength
)
new :
ordinal:int16 *
sqlType:string *
columnName:string *
maxLength:int16 -> TeamFoundationMetadataAttribute
public function TeamFoundationMetadataAttribute(
ordinal : short,
sqlType : String,
columnName : String,
maxLength : short
)
Parameters
- ordinal
Type: System.Int16
- sqlType
Type: System.String
- columnName
Type: System.String
- maxLength
Type: System.Int16
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationMetadataAttribute Class