Propriété SfcElementTypeAttribute.ElementTypeName
Gets or sets the name of the element type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property ElementTypeName As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string representing the name of the element type.
Voir aussi
Référence
SfcElementTypeAttribute Classe
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata