SfcElementTypeAttribute コンストラクター
指定した要素の型の名前を使用して、SfcElementTypeAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
elementTypeName As String _
)
'使用
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
)
パラメーター
- elementTypeName
型: System.String
要素の型の名前を示す文字列値です。