Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the name of the element type. 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 Property ElementTypeName As String
Get
Set
'Uso
Dim instance As SfcElementTypeAttribute
Dim value As String
value = instance.ElementTypeName
instance.ElementTypeName = value
public string ElementTypeName { get; set; }
public:
property String^ ElementTypeName {
String^ get ();
void set (String^ value);
}
member ElementTypeName : string with get, set
function get ElementTypeName () : String
function set ElementTypeName (value : String)
Valor de la propiedad
Tipo: System.String
A string representing the name of the element type.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata