StagingNameCheckRequest.StagingName Field
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
The staging name request.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public StagingName As String
'Usage
Dim instance As StagingNameCheckRequest
Dim value As String
value = instance.StagingName
instance.StagingName = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public string StagingName
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
String^ StagingName
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable StagingName: string
public var StagingName : String