SfcElementTypeAttribute Constructor
Initializes a new instance of the SfcElementTypeAttribute class with the specified element type name. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
elementTypeName As String _
)
'Uso
Dim elementTypeName As String
Dim instance As New SfcElementTypeAttribute(elementTypeName)
public SfcElementTypeAttribute(
string elementTypeName
)
public:
SfcElementTypeAttribute(
String^ elementTypeName
)
new :
elementTypeName:string -> SfcElementTypeAttribute
public function SfcElementTypeAttribute(
elementTypeName : String
)
Parámetros
- elementTypeName
Tipo: System. . :: . .String
A string value for the element type name.
Vea también